通过api获取文件信息

时间:2012-05-17 14:11:35

标签: google-drive-api

我无法获取有关文件的信息。

这是我的情况:

  • 我已登录谷歌驱动器
  • 通过谷歌选择器,我得到了文件ID
  • 然后我输入网址https://www.googleapis.com/drive/v1/files/[file ID]

但是我收到以下错误:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit Exceeded. Please sign up",
    "extendedHelp": "https://code.google.com/apis/console"
   }
  ],
  "code": 403,
  "message": "Daily Limit Exceeded. Please sign up"
 }
}

我该如何解决?

1 个答案:

答案 0 :(得分:1)

您无法通过在浏览器中输入网址来检索文件元数据。

相反,您需要使用有效的OAuth 2.0令牌发送授权请求。 有关更多信息:

https://developers.google.com/drive/about_auth