unity-googledrive icon indicating copy to clipboard operation
unity-googledrive copied to clipboard

Listing folders

Open Aupuma opened this issue 6 years ago • 1 comments

Hi, I am developing an app that needs to browse for folders and download all the images inside a folder. I use this to list the folders: drive.ListFilesByQuery("mimeType = 'application/vnd.google-apps.folder'");

However it does not retrieve any folder.

Aupuma avatar Jun 05 '19 11:06 Aupuma

Hi Aupuma, Did you have any log for this query? If the query is succeeded, you can try your request in https://developers.google.com/drive/api/v3/reference/files/list?apix=true. There can be a permission issue.

midworld avatar Jun 05 '19 14:06 midworld