Google Drive API 错误已超出未经身份验证使用的每日限制

Google Drive API Error Daily Limit for Unauthenticated Use Exceeded(Google Drive API 错误已超出未经身份验证使用的每日限制)
本文介绍了Google Drive API 错误已超出未经身份验证使用的每日限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我在使用 Google API 时遇到错误.有权连接 Google Drive 并添加新工作表并将数据插入其中.

Im getting error on using Google API. having right to connect with Google Drive and add new sheet and insert data into it.

它一直工作到昨天,但是当我今天运行应用程序时.我收到错误:

It was working till yesterday but when i run the application today. Im getting error :

用户给出令牌并尝试访问 DRIVE API 以获取所有文件后出现错误

Error appears after users given token and tried to access the DRIVE API to get all the files

domain: "usageLimits"
extendedHelp: "https://code.google.com/apis/console"
message: "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
reason: "dailyLimitExceededUnreg"

我没有更改任何设置.我的应用程序访问令牌启用了以下 API.我是否必须添加/启用更多 API 才能使其工作.

I have not changed any settings. Following API are enables for my application access token. Do i have to add / enable more API to make it work.

推荐答案

问题出在获取访问令牌时.我没有提供正确的范围.当我将范围更改为

The problem was while getting access token. I was not providing correct scopes. When i changed the scope to

https://spreadsheets.google.com/feeds https://docs.google.com/feedshttps://www.googleapis.com/auth/drive.file

效果很好

这篇关于Google Drive API 错误已超出未经身份验证使用的每日限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

opening html from google drive(从谷歌驱动器打开 html)
Google apps script get range of bytes from binary file(谷歌应用程序脚本从二进制文件中获取字节范围)
Sending Multiple attachments with Google Script from Google Drive(使用 Google 脚本从 Google Drive 发送多个附件)
Distributing Google Apps Scripts for Sheets in your company network(在您的公司网络中分发适用于表格的 Google Apps 脚本)
Upload file to my google drive from anyone using javascript(使用 javascript 将文件从任何人上传到我的谷歌驱动器)
quot;Shared Drivequot; support in Google Apps Script(“共享驱动器Google Apps 脚本中的支持)