Drive API没有运行?

时间:2017-05-16 05:13:33

标签: java android list google-drive-android-api

我尝试使用Drive API列出Google云端硬盘中的所有文件。我找到了一个API,它给了我这个列表。

当我尝试在API资源管理器中运行此API时,它可以正常工作。给我所有文件的列表 https://www.googleapis.com/drive/v3/files

但是当我在浏览器中复制粘贴网址时运行它证明API密钥,显示错误。

https://www.googleapis.com/drive/v3/files?key= {YOUR_API_KEY}

{
 "error": {
"errors": [
{
"domain": "global",
"reason": "insufficientFilePermissions",
"message": "The user does not have sufficient permissions for this file."
}
],
"code": 403,
"message": "The user does not have sufficient permissions for this file."
}
}

我在android中很新。我只想要检索文件列表。不搜索功能。

2 个答案:

答案 0 :(得分:0)

问题可能是您的文件权限检查此文档以获取文件权限 -

https://developers.google.com/drive/v3/reference/permissions

答案 1 :(得分:0)

Google Drive API仅支持OAuth 2.0。

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