Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Sign-in fails with Error 400: invalid_request, OOB flow deprecated #663

Open
mjpieters opened this issue Dec 2, 2022 · 26 comments
Open

Comments

@mjpieters
Copy link

You can no longer use gdrive about to sign in; you get a 400 error instead when you try to use the link.

The error message includes details for the developer:

Error 400: invalid_request

The out-of-band (OOB) flow has been blocked in order to keep users secure. Follow the Out-of-Band (OOB) flow migration guide linked in the developer docs below to migrate your app to an alternative method.

Request details: redirect_uri=urn:ietf:wg:oauth:2.0:oob

Related developer documentation

The linked developer information page indeed indicates that as of October 3 2022, the OOB flow has been disabled for clients created before February 28, 2022.

@phanchanra
Copy link

I have the same error

@tim-g-provectusalgae
Copy link

😢

@premchedella
Copy link

when I use gdrive about, it gave me a link and when I pasted that link in the browser, I am getting the following error.

Access blocked: project-367116221053’s request is invalid
xxxx@gmail.com
You can’t sign in because project-367116221053 sent an invalid request. You can try again later, or contact the [developer](https://accounts.google.com/) about this issue. [Learn more about this error](https://support.google.com/accounts/answer/12379384)
If you are a developer of project-367116221053, see [error details](https://accounts.google.com/).
Error 400: invalid_request

Let me know how to resolve this error.

@LastPlayerTR
Copy link

I have the same issue.

@justachetan
Copy link

Facing the same issue

@ivanbrykov
Copy link

Same for me

@arduilex
Copy link

arduilex commented Dec 9, 2022

same....:

@kirk86
Copy link

kirk86 commented Dec 10, 2022

Same issue here
image

@cdw1p
Copy link

cdw1p commented Dec 11, 2022

Same issue

@saisurbehera
Copy link

Same

@Snitkovski
Copy link

I am so sad! 8-/

@javadr
Copy link

javadr commented Dec 13, 2022

Same issue.

@Kosechok
Copy link

Same :(

@jvgrootveld
Copy link

jvgrootveld commented Dec 15, 2022

Same! Is this going to be fixed soon?

@brosig
Copy link

brosig commented Dec 16, 2022

Considering the last release was in May of 2021, i'll find another solution, maybe rclone...

@neclepsio
Copy link

Please, is there any chance this will be fixed?

@BugCode1
Copy link

BugCode1 commented Dec 19, 2022

i find a way for fix this and get a build, this work for now: #665

https://github.com/BugCode1/gdrive/releases/tag/2.1.2

@cdw1p
Copy link

cdw1p commented Dec 19, 2022

i find a way for fix this and get a build, this work for now: #665

https://github.com/BugCode1/gdrive/releases/tag/2.1.2

working perfectly

wget https://github.com/BugCode1/gdrive/releases/download/2.1.2/gdrive_2.1.2_linux_arm64.tar.gz
tar xvf gdrive_2.1.2_linux_arm64.tar.gz
mv gdrive /usr/local/bin/

then run : gdrive list and follow the instructions

@maiiabocharova
Copy link

maiiabocharova commented Dec 19, 2022

gdrive_2.1.2_linux_arm64.tar.gz

It does not seem to be working for Mac M1... Are there some solutions to install for Mac M1?

@BugCode1
Copy link

gdrive_2.1.2_linux_arm64.tar.gz

It does not seem to be working for Mac M1... Are there some solutions to install for Mac M1?

https://github.com/BugCode1/gdrive/releases/download/2.1.2/gdrive_2.1.2_darwin_amd64.tar.gz

use this version for mac, updated and all versions add now

@lucascheles
Copy link

I had the same problem on ubuntu 22.
This other approach worked for me:
https://medium.com/@acpanjan/download-google-drive-files-using-wget-3c2c025a8b99

@maiiabocharova
Copy link

tar xvf

Thank you so much!!!! works perfectly!

@rekucemong
Copy link

hope this can help.
https://www.youtube.com/watch?v=a-zI2tN7kaE

@mvilain
Copy link

mvilain commented Feb 1, 2023

The youtube video above has been removed.
Also, is there a arm version of the 2.1.2 release?

@ASHISHTOM
Copy link

ASHISHTOM commented Mar 1, 2023

i find a way for fix this and get a build, this work for now: #665
https://github.com/BugCode1/gdrive/releases/tag/2.1.2

working perfectly

wget https://github.com/BugCode1/gdrive/releases/download/2.1.2/gdrive_2.1.2_linux_arm64.tar.gz tar xvf gdrive_2.1.2_linux_arm64.tar.gz mv gdrive /usr/local/bin/

then run : gdrive list and follow the instructions

I need to use different gdrive installation version,
https://github.com/BugCode1/gdrive/releases/download/2.1.2/gdrive_2.1.2_windows_386.tar.gz (32 bit)
the above update is working fine.

@qiyan98
Copy link

qiyan98 commented Mar 8, 2023

Same here in Linux!

Error message:

You can’t sign in because project-367116221053 sent an invalid request. You can try again later, or contact the developer about this issue. Learn more about this error If you are a developer of project-367116221053, see error details. Error 400: invalid_request

Screenshot from 2023-03-08 15-26-43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests