English 中文(简体)
使用.net google 驱动器 api 在 Google 驱动器上使用.net Google 驱动器
原标题:iterate folders on Google Drive using .net google drive api

I am using C# for google drive api (.net google api). I need to iterate folders on my google drive? how can I do that? Thanks.

最佳回答

您可以使用“文件列表API”在.NET 中列出所有您的 Google 驱动器文件夹。 这是在 C# 中显示如何做到这一点的完整片段 :

< a href=> https:// developmenters.google.com/google-apps/documents-list/#retrieving_a_list_of_f_hindows\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

如果你的目标是复制 SkyDrive 文件夹, 那么谷歌驱动器SDK不会帮助你, 我猜SkyDrive有一个可以使用的API。

问题回答

暂无回答




相关问题
Live display new added photos from google drive api

Using Google drive Api and a service account I get photos from google drive, all the photos that were originally on the drive are displayed correctly, but if I add a new photo to google drive, the ...

Can t install gdown on kaggle

I am using the following command to link my google drive to kaggle ! conda install -y gdown but I get this error CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/...

Is there a G Suite/Google Apps API?

I had several questions regarding the usability of a "G Suite/Google Apps API." I would like to integrate some sort of document/spreadsheet/presentation management directly into an application I am ...

Trouble Running Google Apps Script in shared drive

I am encountering an issue while attempting to run a Google Apps Script attached to a Google Sheet stored on a shared drive which was created using Node.js and the Google Drive API with a service ...

热门标签