gdrive icon indicating copy to clipboard operation
gdrive copied to clipboard

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

Open mjpieters opened this issue 1 year ago • 26 comments

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.

mjpieters avatar Dec 02 '22 15:12 mjpieters

I have the same error

phanchanra avatar Dec 08 '22 01:12 phanchanra

:cry:

tim-g-provectusalgae avatar Dec 08 '22 04:12 tim-g-provectusalgae

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
[email protected]
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.

premchedella avatar Dec 08 '22 06:12 premchedella

I have the same issue.

LastPlayerTR avatar Dec 08 '22 19:12 LastPlayerTR

Facing the same issue

justachetan avatar Dec 08 '22 23:12 justachetan

Same for me

ivanbrykov avatar Dec 09 '22 04:12 ivanbrykov

same....:

arduilex avatar Dec 09 '22 16:12 arduilex

Same issue here image

kirk86 avatar Dec 10 '22 17:12 kirk86

Same issue

cdw1p avatar Dec 11 '22 17:12 cdw1p

Same

saisurbehera avatar Dec 12 '22 17:12 saisurbehera

I am so sad! 8-/

Snitkovski avatar Dec 12 '22 19:12 Snitkovski

Same issue.

javadr avatar Dec 13 '22 07:12 javadr

Same :(

Kosechok avatar Dec 14 '22 14:12 Kosechok

Same! Is this going to be fixed soon?

jvgrootveld avatar Dec 15 '22 15:12 jvgrootveld

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

brosig avatar Dec 16 '22 13:12 brosig

Please, is there any chance this will be fixed?

neclepsio avatar Dec 17 '22 19:12 neclepsio

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

BugCode1 avatar Dec 19 '22 07:12 BugCode1

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

cdw1p avatar Dec 19 '22 08:12 cdw1p

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?

maiiabocharova avatar Dec 19 '22 11:12 maiiabocharova

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

BugCode1 avatar Dec 19 '22 17:12 BugCode1

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

lucascheles avatar Dec 21 '22 21:12 lucascheles

tar xvf

Thank you so much!!!! works perfectly!

maiiabocharova avatar Dec 24 '22 08:12 maiiabocharova

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

rekucemong avatar Jan 14 '23 15:01 rekucemong

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

mvilain avatar Feb 01 '23 17:02 mvilain

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.

ASHISHTOM avatar Mar 01 '23 18:03 ASHISHTOM

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

qiyan98 avatar Mar 08 '23 23:03 qiyan98