Getting Started With Google APIs For Python Development

preview_player
Показать описание
In this video, we will learn how to use Google APIs in Python.

Some of the services under Google API umbrella: YouTube, Google Sheets, Google Docs, Gmail, Google Drive, Google Photos, Google Analytics, Google Calendar.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Venmo: @Jie-Jenn

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

⌚ Timestamp
--------------------------
00:00 - Intro to Google APIs
01:14 - Create a Google Cloud project
02:36 - Create an OAuth Authentication page
04:50 - Create an OAuth2 Account
06:02 - Download Client File (JSON)
06:58 - Enable Google APIs
08:40 - Install Google API Python Client Library
09:50 - Connect to Google API

#GoogleAPI #GoogleCloud
Рекомендации по теме
Комментарии
Автор

Hy !
I always have the Error : "no module named Google" or "no module named googleapiclient"
The fact is that I have already installed all the google librairies ...
Does somebody know what can I do to resolve that error ?
Thank you

antho
Автор

I have tried to make upload big folders to drive by API. I couldn't make it i am new of programming how i can handle it?

j.r.r.tolkien
Автор

In the minute 8:45, you open the pip code. How do I do that in a Macbook?

flaviodefilippi
Автор

(This is my first project)When i click on the 0Auth consent screen option, i don't receive the internal and external functions. Its just blank. Could this be because my project is not linked to any organisation? How can I rectify this please?

aishatajani
Автор

Sorry, the python program asked me to authorize the user account again and again, but doesn't do anything. What's next?

divinerchan
Автор

May I know what version of python are you using for this?

RandomUniqueStuff