open a private browsing instance in a browser
Log into the google drive account of the GOOGLE_USER set in `karmaworld.secrets.drive`
get the authorization url
- flow.step1_authorize_url()
+ flow.step1_get_authorize_url()
go to that url in your browser
it will redirecto you to a url in the format of:
'secret/client_secrets.json')
#from credentials import GOOGLE_USER # FIXME
try:
- from secrets.drive import GOOGLE_USER
+ from secret.drive import GOOGLE_USER
except:
GOOGLE_USER = 'admin@karmanotes.org' # FIXME