stewartmcgown / uds

📀 Unlimited Google Drive Storage by splitting binary files into base64
GNU Affero General Public License v3.0
4.35k stars 280 forks source link

[BUG] Google Login? #76

Closed Knight1 closed 5 years ago

Knight1 commented 5 years ago

Describe the bug Downloaded client_secret.json, it is showing me some Google Login Screen..

Expected behavior It is uploading files when using push but instead it is asking for credentials.json and uds.py is showing me the screen below.

System Information Python Version 3.5.3, OS Debian 9.9

image
stewartmcgown commented 5 years ago

because you must log in with a Google Account in order to authorise your client_secret.json

It looks like the oauth2client package thinks that your browser is Lynx or some other command line browser. Can you change your default browser in Debian to something that works with Google sign in?