Open anpieber opened 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?
@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.
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
do you have any idea what I could have done wrong or what I could try?