-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
$ python -m venv venv
$ source venv/bin/activate
$ pip install google-auth-oauthlib
I followed directions to get the client_id
and client_secret
and inserted that into my client_id.json
file.
I then try to upload a photo to an existing album:
$ python ./upload.py --album "EXISTING_ALBUM" pic.jpg
and the script just sits there and doesn't do anything. I have to hit Ctrl-CI t to exit. I try adding the --log
with a log file and the file is empty after I run the same command. Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels