Access Google Drive API Returns Empty File List

后端 未结 3 1686
没有蜡笔的小新
没有蜡笔的小新 2020-12-20 14:39

I\'m testing out the Google Drive API. The test script does the HTTP GET to access the Files->List API but somehow I always get an empty list in items. I have hundreds of fi

3条回答
  •  春和景丽
    2020-12-20 15:19

    it's enough to include https://www.googleapis.com/auth/drive.readonly.metadata scope to list files

提交回复
热议问题