jagrit007 / Telegram-CloneBot

[USE ALPHA BRANCH] Simple Bot to clone Google Drive Files (or Folders) to your Team Drive[or Normal Drive]. P.S This is not a Mirror Bot. Enjoy ✌🏻
MIT License
322 stars 452 forks source link

HttpError 404 when requesting #19

Open abdiasriver opened 3 years ago

abdiasriver commented 3 years ago

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." } }

askfriends commented 3 years ago

im also getting the same error, did u get any fix?

askfriends commented 3 years ago

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.

askfriends commented 3 years ago

@jagrit007 plz respond asap