-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
[BUG] Authentication Error #167
Comments
I have exactly the same problem. Desktop
|
Same problem in Windows 10 It seems that google blocks the client |
Same problem in Linux Mint 20.1 |
same problem in arch linux |
I think the main issue is related to Google Drive API Scopes. When I changed the API key n Secret, there is no auth-related issue, but I unable to SYNC with Google Drive. In the current code, the author's Goodge Drive API APP is not verified by google. So all issues raised because of it. |
Exact same error in Mint 19.3. "Less secure app access" is turned on in my Google account settings. Two-factor disabled. |
Exact same error in Ubuntu 20.04.2, even after "Less secure app access" is turned on in Google account. This is the latest git master compiled into a deb pkg. |
Same problem with Ubuntu 20.04 installing from a Snap |
same issue manjaro |
I'm experiencing this issue too on debian with the latest release. I think it might be an issue with GSuite accounts. |
I have the bug, installed with snap on the latest ubuntu with kde. |
Same issue, Kubuntu 20.04, installing from snap. |
If you are using ubuntu os, you can directly access your google drive by adding an online account in settings. Then after open the file manager and then go to "other locations". Here you will find your Gmail drive. PS: This application project is not working only because of Google Drive API APP. Make your own and approve from google and add that API key in this app's sourcecode. Tada... That's all. |
@shivangpatel That is not the same thing:
While you can use the workaround you mentioned and make your own, that means that you have to constantly merge changes from upstream and rebuild the app. While I could do that, it is one more thing to remember to do. |
@shivangpatel |
@BossCode45 I think you need more privileges/scopes in drive API, and you need to approve your app from google. Then after those API will work. |
same issue, installed from flathub on ubuntu 20.04 |
anyone have fork to solve this, seem like dev abandoned project |
So the cause of this issue is that the Google Drive API Key which liberodark uses isn't verified by Google. I believe Google requires a paid security audit for this level of access to google drive (I may be wrong though, correct me if I am). To fix this, you can create your own token from your account:
npm install
npm start and it should work. You might need to add the relevant |
Thank you very much sir. How i can complie this app for Windows? |
Why would you want to compile it for windows - the google backup and sync is perfectly fine for windows. It just isn't available on linux. |
|
It's been a year. Any word on this? |
@AMDphreak I use https://github.com/astrada/google-drive-ocamlfuse which is ok. |
Ok so will ANYONE fix this? It's been a year. The app will remain literally unusable? |
Describe the bug
When trying to connect to my google account I am met by an Authentication Error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful authentication
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: