Setting up Google Drive with Free Snipping Tool

  1. Create your account on Google if you dont already have https://console.developers.google.com

  2. Click on Select a project button.

  3. Click + button to create new project.

  4. Enter project name and click Create button.

  5. Now go back to step 2 and select new project that we just created.

  6. Type Drive in Search Box and click Google Drive API

  7. On next page click Enable button.

  8. After enabling Google Drive API, click Credentials

  9. Here select OAuth Client ID.

  10. This needs us to Configure consent screen.

  11. Set you Product name and click Save button. We don't need other settings for now.

  12. Select Other as Application type and set any name you want. Then click Create button.

  13. Click Ok on next dialog.

  14. Click arrow down button to download the json file we need.

  15. Free Snipping Tool > Options > Google Drive > Select File., select json file we just downloadede and click Open. Also enter your Email that we used to create Google Console Project.

  16. No we are ready to test our integration.