Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization Error Error 401: disabled_client Sign in with Google temporarily disabled for this app. #171

Open
cmfsx opened this issue Oct 18, 2021 · 31 comments
Labels

Comments

@cmfsx
Copy link

cmfsx commented Oct 18, 2021

Describe the bug
[BUG] Authorization Error Error 401: disabled_client Sign in with Google temporarily disabled for this app. This app has not been verified yet by Google in order to use Google Sign In.

To Reproduce
Steps to reproduce the behavior:

  1. Go to open drive for the first time
  2. Click on 'setup required and then to connect a google account drive to get started'
  3. Follow the google authorization instructions and you will see the error

Expected behavior
Smooth integration of google drive

Screenshots
Screenshot_20211018_184420

Desktop (please complete the following information):

Operating System: Manjaro Linux
Kernel-Version: 5.10.70-1-MANJARO (64-bit)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2

Additional context
Add any other context about the problem here.

@cmfsx cmfsx added the bug label Oct 18, 2021
@JanoutV
Copy link

JanoutV commented Oct 24, 2021

I have the same issue

@JRSerjeant
Copy link

Also seeing this issue.

@egroise
Copy link

egroise commented Oct 27, 2021

I also have the same issue.

access_type: offline
response_type: code
redirect_uri: http://127.0.0.1:16409/authCallback
client_id: 985525764653-m9dr93l4sme1ggp89fl28fopjas3equc.apps.googleusercontent.com
scope: https://www.googleapis.com/auth/drive

@Sn1cket
Copy link

Sn1cket commented Oct 29, 2021

I am having the same issue.

Edit:
Operating System: Kubuntu 21.10
KDE Plasma Version: 5.22.5
Install source: flatpack from flathub

@jomajojo
Copy link

same issue

access_type: offline
response_type: code
redirect_uri: http://127.0.0.1:16409/authCallback
client_id: 985525764653-m9dr93l4sme1ggp89fl28fopjas3equc.apps.googleusercontent.com
scope: https://www.googleapis.com/auth/drive

@black-desk
Copy link

same issue
arch linux
odrive download from flatpak

@Azavard
Copy link

Azavard commented Nov 2, 2021

I'm having the same issue here
Elementary OS
Open Drive downloaded from flatpak

@Sn1cket
Copy link

Sn1cket commented Nov 4, 2021

I feel like this repo is pretty dead so there probably won't be a fix for this anytime soon. Unless one of you guys has some Javascript experience to help out with this problem.

@CreeVal
Copy link

CreeVal commented Nov 30, 2021

For anyone dropping by, this still works:
https://github.com/astrada/google-drive-ocamlfuse

Then you can use a shell script at startup or something:

`#!/bin/bash

ifonline ()
{
if ping -c 1 google.com >> /dev/null 2>&1; then
mount | grep '/your/mount/point' >/dev/null || /usr/bin/google-drive-ocamlfuse '/your/mount/point'
else
sleep 30s
ifonline
fi
}

ifonline`

The above mentioned method is tested on both Gnome and KDE Plasma, works great.
Can't remember where I found the shell script but creds to whoever made it.
googledrivemnt.txt

@CasketPizza
Copy link

Also appears on windows client

@stanislav-git84
Copy link

Same for me on Zorin 16.

@meszaros-lajos-gyorgy
Copy link

Joining you guys with the same error on Linux Mint 20.2 Cinnamon

@LeCmnGend
Copy link

anybody know how to fix this, seem like dev drop project

@Michael-RealT
Copy link

What I understand is that the dev of the app must make a request to Google to be authorized to use this login system

@tarundixitravi
Copy link

Hi Developer,

Please fix
Authorization Error Error 401: disabled_client Sign in with Google temporarily disabled for this app issue.

@qwaxgo
Copy link

qwaxgo commented Feb 1, 2022

same for me on Alter Linux
Kernel: 5.16.2-zen1-1-zen
Packages: 1138 (pacman)
Shell: zsh 5.8
DE: Xfce 4.16

@vdsvinicius
Copy link

Hey, everybody, I had the same issue
But the dev didn't answer us
Use VGrive, it's better
https://github.com/bcedu/VGrive

@CasketPizza
Copy link

Hey, everybody, I had the same issue But the dev didn't answer us Use VGrive, it's better https://github.com/bcedu/VGrive

Thing is though, that's not much help for Windows users.

@4qx
Copy link

4qx commented Feb 12, 2022

@sonatamartica, CarotDAV and RaiDrive are quite wonderful.

@ricardoleme
Copy link

Same problem on Elementary OS 😐

@mattw0110
Copy link

Same on PopOS

@SaraSSC
Copy link

SaraSSC commented Apr 16, 2022

Hi,
I'm having the same problem in Pop_OS and in the Garuda

@gjjohnson
Copy link

Same error on OpenSuSE 15.3:

Authorization Error
Error 401: disabled_client
Sign in with Google temporarily disabled for this app. This app has not been verified yet by Google in order to use Google Sign In.

@reinaldogpn
Copy link

hey,
same error here on Pop!_OS 22.04 LTS

@warnes
Copy link

warnes commented Jul 15, 2022

It looks like ODrive has launched as a commercial service (https://www.odrive.com), so I expect that the original authors won't be fixing this. I suggest a fork.

@warnes
Copy link

warnes commented Jul 15, 2022

Use RClone: https://rclone.org/

It provides Google Drive synchronization as one of over 40 cloud storage products.

It isn't as easy to set up, but it is an active project, with good documentation and support.

@Sn1cket
Copy link

Sn1cket commented Jul 19, 2022

It looks like ODrive has launched as a commercial service (https://www.odrive.com), so I expect that the original authors won't be fixing this. I suggest a fork.

I don't think that the two projects are related, but I think a fork would still be a good idea.

@SaraSSC
Copy link

SaraSSC commented Jul 19, 2022 via email

@SaraSSC
Copy link

SaraSSC commented Jul 19, 2022 via email

@Devamitta
Copy link

same thing on fedora

System:
Kernel: 6.2.13-300.fc38.x86_64 arch: x86_64 bits: 64 compiler: gcc v: 2.39-9.fc38
Desktop: Cinnamon v: 5.6.8 tk: GTK v: 3.24.37 wm: muffin dm: LightDM Distro: Fedora release 38
(Thirty Eight)

@DVLP
Copy link

DVLP commented Oct 8, 2024

Probably you have to create your own Google cloud app API key and replace in config/globals.js

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

No branches or pull requests