When I use google-drive.js example with my client id, to upload a file into my google drive, it works fine. But when I implement it into my project, built in the Codeigniter framework, it is not working and I get an error in response as defined below:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
}
}