Authentication to Google API Services | Enable Credentials for Google API Services

Описание к видео Authentication to Google API Services | Enable Credentials for Google API Services

#GoogleAPI #APIAuthentication #GoogleCredentials #APIServices #GoogleCloud #DeveloperTools #OAuth #APIIntegration #SecureAPI #TechTutorial #APIDevelopment #CloudComputing
#Programming #DeveloperGuide #techhowto

Google Developer Console - https://console.developers.google.com/

Playlist -    • Google Drive API v3 - Enable & Get Cl...  
-------------------------------------------------------------------------------------------------------
Google Drive API v3 - Enable & Get Client Credentials for Application -    • Google Drive API v3 - Enable & Get Cl...  

Google Drive API: Uploading, Viewing, Downloading & Deleting Files
   • Google Drive API: Uploading, Viewing,...  

Google Drive API : Create folder, Upload file to folder, Show folder Content.
   • Google Drive API : Create folder, Upl...  

Google Drive API : Move & Copy Files Between Folders.
   • Google Drive API : Move & Copy Files ...  

Google Drive API v3 - Manage Share & Set User Role Permissions
   • Google Drive API v3 - Manage Share & ...  

Google Drive Picker API - Viewing, Uploading, Downloading, Sharing Files | JavaScript
   • Google Drive Picker API - Viewing, Up...  

Google API Project -    • Setup Google API Project in Google De...  
Google API Library -    • Setup Google API Library in google de...  
Google OAuth Consent Screen -    • Setup Google OAuth Consent Screen in ...  
Authentication to Google API -    • Authentication to Google API Services...  
Google APIs & Services -    • Setup Google API & Services (API Libr...  
Google Drive API using JavaScript -    • Google Drive API using JavaScript | F...  

Authentication to Google API (Enable Credentials)
1) API Keys
3) OAuth 2.0 Client IDs
3) Service Accounts

API Key
It is a least secure option to authenticate Google API, which means that it isn’t enough for certain applications. For example you wants to authenticate Google Drive API, In this case only API Key is not enough, we need to use OAuth 2.0 Client IDs with this API key. API Keys Identifies your project using a simple API key to check quota and access

OAuth 2.0 Client IDs
If you need users to provide permission to your app, you can use the OAuth 2.0 standard. This will ask users to authorize your app before you’ll be able to make changes using any APIs. This is a necessity for front-end applications and certain APIs (such as the Gmail API, Google Drive API, Google Map API). Requests user consent so your app can access the user's data

Service Accounts
The final option is a service account: a special type of Google account used to represent a non-human user. This is the best solution for us to control Google Drive, Gmail using a server-side app. Service account enables server-to-server, app-level authentication using robot accounts.

Chapter :
00:16 Authentication to Google API Services
00:38 API Key
01:40 OAuth 2.0 Client IDs
03:30 Service Accounts
05:24 Create Credentials in Google cloud developer console or google cloud platform

Thank you for watching this video.

Комментарии

Информация по комментариям в разработке