Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 1.39 KB

get-cred.md

File metadata and controls

44 lines (21 loc) · 1.39 KB
  1. Goto Menu(on top left) > API & Services > Enable API & Services

    • Search and enable gmail api
part1.split-video.com.mp4
  1. Setup OAuth consent screen

    1. Goto Menu(on top left) > OAuth consent screen
    2. Select External > CREATE
    3. Fill required fields (with whatever value you want) > SAVE AND CONTINUE
    4. SAVE AND CONTINUE
    5. Add your email (and your friends email) to test users > SAVE AND CONTINUE
    6. Back to Dashboard
part2.split-video.com.mp4
  1. Goto Menu(on top left) > API & Services > Credentials

    1. In Credential page: CREATE CREDENTIALS (top) > Select OAuth client ID
    2. Select Web application in the application type field
    3. 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
  1. Create & download JSON.

    • The file should contain client_id, client_secret, and redirect_uris

🎉 Congratulation You Have Finished the Hard Part 🙌