Skip to content Skip to sidebar Skip to footer

Unable To Retrieve Google Drive Files And Folders Using New Drive Api

I am trying to get a list of Files in a Folder from Google Drive from my Android app but have been unsuccessful so far. I'm using google-api-drive-v1-rev4-java-1.6.0-beta and goog

Solution 1:

The Drive API grants access only to two classes of files:

  • Files that a user has created with a given Drive app
  • Files that a user opens with a given Drive app

For security reasons, there's no method to list all files in a user Drive account:

https://developers.google.com/drive/apps_overview#granting_file-level_access

For more options in the Android environment, check out these other answers:

Post a Comment for "Unable To Retrieve Google Drive Files And Folders Using New Drive Api"