-
Goto Menu(on top left) > API & Services > Enable API & Services
- Search and enable gmail api
part1.split-video.com.mp4
-
Setup OAuth consent screen
- Goto Menu(on top left) > OAuth consent screen
- Select External > CREATE
- Fill required fields (with whatever value you want) > SAVE AND CONTINUE
- SAVE AND CONTINUE
- Add your email (and your friends email) to test users > SAVE AND CONTINUE
- Back to Dashboard
part2.split-video.com.mp4
-
Goto Menu(on top left) > API & Services > Credentials
- In Credential page: CREATE CREDENTIALS (top) > Select OAuth client ID
- Select Web application in the application type field
- Fill
http://localhost:9999/oauth2callback
in the Redirect URI field.
- You can use other ports as long as it's not conflict with your computer's setting. Don't worry, you can always modify later.
part3.split-video.com.mp4
part5.split-video.com.mp4
-
Create & download JSON.
- The file should contain
client_id
,client_secret
, andredirect_uris
- The file should contain
🎉 Congratulation You Have Finished the Hard Part 🙌