How to get list of all folders and files from google drive in android

前端 未结 1 394
一向
一向 2021-01-28 02:34

I have started developing a app in which i have to list of all folders and files from google drive.

I have go through all the documentation and below demo links as sugge

相关标签:
1条回答
  • 2021-01-28 03:01

    You need to request the correct Scope.

    https://developers.google.com/drive/v3/web/about-auth#AboutAuthorization

    To have full access to all files\folders requires the scope: https://www.googleapis.com/auth/drive

    0 讨论(0)
提交回复
热议问题