Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
90
rated 0 times [  93] [ 3]  / answers: 1 / hits: 15719  / 8 Years ago, wed, february 17, 2016, 12:00:00

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 :



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


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.



enter


More From » google-api

 Answers
22

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/feeds
https://www.googleapis.com/auth/drive.file




it worked fine


[#63278] Monday, February 15, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
raymondorlandok

Total Points: 530
Total Questions: 110
Total Answers: 96

Location: Lebanon
Member since Wed, Dec 21, 2022
1 Year ago
;