Small example of how to use Python3 to access Google Photos Picker API to download user-selected photos and videos.
This quick start was created by following the instructions of Google Photos Picker API Getting Starter.
credentials.json
file to this folderpython3 -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
python quickstart.py
and open the pickerUri
in a browser, selecte the photos and videos and come back to the python console.