mikea / gdrive-webdav

Webdav bridge for Google Drive
GNU General Public License v3.0
167 stars 28 forks source link

Access blocked to Google Project #42

Open anpieber opened 3 days ago

anpieber commented 3 days ago

OK, first I created a project in my cloud and a credential for that.

But now, when I run the following command:

docker run -ti --rm -p 8765:8765 -v $(pwd)/.gdrive_token:/root/.gdrive_token ghcr.io/mikea/gdrive-webdav:master --client-id=LONG-AND-SECRET-NUMBERS.apps.googleusercontent.com --client-secret=AAA-BBB-CCC --trace

I get the following error

image

do you have any idea what I could have done wrong or what I could try?

mikea commented 3 days ago

let me try it out today/tomorrow. I'll see if I can repro this.

But also: how did you get browser error? What opened the browser?

mikea commented 2 days ago

@anpieber I just tried creating everything from scratch. Seems to work. The only missing piece was "creating consent screen". I don't remember GCP requiring it before. Make sure that your consent screen has gdrive scope and your email as test user. I have updated README with a little more instructions.

Let me know if you still have problems.