🎓 Join my learning platform for module based courses, learning exercises, and more: https://coderprep.com/
Here is the Google Identity Services login video: • Google Identity Services Login with React ...
In this video I go over implementing the token client using the new Google Identity Services login. We use the GIS Token Client in order to get an access token to then communicate with the Google Drive API, creating a file under a users google drive. This tutorial shows you the implicit flow when it comes to using access tokens, which requires constant user approval.
Buying stuff through my Amazon link supports the channel! https://amzn.to/3hK5gd0
Business inquiry? Email [email protected]
00:00 Intro
00:32 Get code from previous video
00:55 Enable Google Drive API
01:20 Expand upon previous code
02:20 Create access token client
07:20 Create callback function for access token client / call Drive API
10:57 Implicit flow vs. Authorization code flow