Google API未经身份验证的错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google API未经身份验证的错误相关的知识,希望对你有一定的参考价值。
我只想尝试使用google api rest资源:
curl -X GET https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=Miniac&maxResults=1&order=date&type=video&key={API_KEY}
我看到的错误是:
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use
这通常是一个问题,因为您的API密钥所在的项目未启用youtube API,但就我而言,它是。我还缺少什么?
答案
我只需要在URL周围加上引号。
以上是关于Google API未经身份验证的错误的主要内容,如果未能解决你的问题,请参考以下文章
在 Swift 中使用 Google 日历 API 时收到错误“超出未经身份验证使用的每日限制”
从Salesforce查看文件时,Google Drive API消息“超出未经身份验证的使用限制。”
未经PHP身份验证,Google Drive API不允许上传文件