Back to Browse

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

66.1K views
Jul 24, 2020
12:04

#GoogleAPI #APIAuthentication #GoogleCredentials #APIServices #GoogleCloud #DeveloperTools #OAuth #APIIntegration #SecureAPI #TechTutorial #APIDevelopment #CloudComputing #Programming #DeveloperGuide #techhowto Google Developer Console - https://console.developers.google.com/ Playlist - https://www.youtube.com/watch?v=xtqpWG5KDXY&list=PLdnPqkBptCEIarkLk6_b5tSIk7o88MjIB ------------------------------------------------------------------------------------------------------- Google Drive API v3 - Enable & Get Client Credentials for Application - https://youtu.be/xtqpWG5KDXY Google Drive API: Uploading, Viewing, Downloading & Deleting Files - https://youtu.be/aTv5t7oH6X8 Google Drive API : Create folder, Upload file to folder, Show folder Content. - https://youtu.be/7gNeCjRuNAM Google Drive API : Move & Copy Files Between Folders. - https://youtu.be/HZ1qTsH3gXs Google Drive API v3 - Manage Share & Set User Role Permissions - https://youtu.be/9VTHAiEbCB4 Google Drive Picker API - Viewing, Uploading, Downloading, Sharing Files | JavaScript - https://youtu.be/3V0LoGakHDU Google API Project - https://youtu.be/ehTMC4kq9CY Google API Library - https://youtu.be/1J3Pp7JGxk0 Google OAuth Consent Screen - https://youtu.be/pKEFJwk9DU8 Authentication to Google API - https://youtu.be/j2ha_o3q4Ik Google APIs & Services - https://youtu.be/m4mXrJkHGmA Google Drive API using JavaScript - https://youtu.be/T7ObaSeVNqg 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.

Download

0 formats

No download links available.

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