Apr 8, 2020 | Google Photos API, Python
In this tutorial, we are going to learn how to download photos or videos to your PC from your Google Photos account using Google Photos API and few other libraries in Python. From my older videos, I went over how to use Google Photos API (upload media files, get...
Jan 27, 2020 | Google Photos API, PyQt5, Python
In this video, I am going to share how I build a Google Photos Upload Application from scratch PROTOTYPE with PyQt5 framework and Google Photos API in Python. As someone who uses Google Photos service almost daily, I was looking for a quick solution to upload my...
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...