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

前端 未结 1 395
一向
一向 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)
提交回复
热议问题