lzzy12 / python-aria-mirror-bot

A telegram bot for all your mirror needs | OG Repo
https://t.me/pythonmirrorsupport
GNU General Public License v3.0
736 stars 1.3k forks source link

The user does not have sufficient permissions #214

Closed themiya007 closed 3 years ago

themiya007 commented 3 years ago

Screenshot (41)

I deployed on heroku But this error comes when it comes to uploading the file if this is related to token.pickle I genetrated it using my client secrets so I cant figure out what is wrong If anyone can Help that would be great edit:

same happens when deployed locally or on vps

reaitten commented 3 years ago

Screenshot (41)

I deployed on heroku But this error comes when it comes to uploading the file if this is related to token.pickle I genetrated it using my client secrets so I cant figure out what is wrong If anyone can Help that would be great edit:

same happens when deployed locally or on vps

not sure if you got your issue resolved but just putting this out there,

I accidentally forgot to change IS_TEAM_DRIVE to be true in config.env (it's supposed to be true because I am using a team drive.)

example: IS_TEAM_DRIVE = "" instead, it's supposed to be IS_TEAM_DRIVE = "true"

lzzy12 commented 3 years ago

Heroku isn't supported