Skip to content

upload.py does nothing when run #12

@ikwyl6

Description

@ikwyl6
$ 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions