unity-googledrive
unity-googledrive copied to clipboard
Listing folders
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.
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.