HttpError 404 when requesting
abdiasriver opened this issue · 3 comments
Error when i can clone
HttpError 404 when requesting https://www.googleapis.com/drive/v3/files/1VwHyP_L8OXSYJVZMaX3iW34b7q5uHCzp?supportsAllDrives=true&fields=name%2Cid%2Csize&alt=json returned "File not found: 1VwHyP_L8OXSYJVZMaX3iW34b7q5uHCzp."
Al parecer no encuentra la carpeta destino, y el link me manda a que debo iniciar sesion para que funcione
{
"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."
}
}
im also getting the same error, did u get any fix?
im also getting the same error, did u get any fix?
btw i got warning for my projects in google console whose SAs i was using, so i removed all projects and created new ones, also created new SAs, generated credentials.json and token.pickle again and re-deployed the bot. Now im getting this error.
@jagrit007 plz respond asap