Jan 21, 2020 | Google Photos API, Python
In this lesson (part 4), I will go through each step on how to use batchCreate method to add media items to your Google Photos account. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn demo_mediaItems.py...
Jan 21, 2020 | Google Photos API, Python
In part 3 of the Google Photos API and Python tutorial series, we will be learning how to use mediaItems resource to access and manage your media item information. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo:...
Jan 21, 2020 | Google Photos API, Python
In part 2 of the Google Photos API and Python tutorial series, we will be learning how to use methods of Albums resource. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn demo_albums.py from...
Jan 21, 2020 | Google Photos API, Python
In this Google Photos API and Python tutorial series, I will be covering how to use the Google Photos API in Python. The Photos API has 3 main resources. You can think each resource as a class for a specific purpose. And for each resource, I will make an individual...