menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
448 stars 252 forks source link

Error 400: invalid_request Using Colab #74

Open samucamg opened 1 year ago

samucamg commented 1 year ago

I got Error 400: invalid_request when I tried to use the generator by colab, like in: https://colab.research.google.com/github/cheems/goindex-extended/blob/master/template/GoIndex_Extended_Code_Generator_with_rclone_credentials.ipynb

Or any other. access_blocked

menukaonline commented 1 year ago

I noticed this. This happens because the request method(from Google APIs) used in this Colab notebook recently became obsolete. Will do something regarding this when I get some free time.