SK SKYVVA Documentation

147.3 How to get Token for OAuth2?

Follow these steps to get token for OAuth2

Step-1 Generate Client Id and Client Secret Go to Google API Console: https://console.developers.google.com

Enter the information that is required then click SAVE AND CONTINUE until step 4: Summary Now navigate to Credentials for generating Client Id and Client Secret Create new Create Credentials and choose OAuth client ID

Now we get Client Id and Client Secret. Keep these keys for another next step

Step - 3: Enable Google API Go to Library to enable google drive API

Step -3 Generate token Go to Google OAuth2 Playground https://developers.google.com/oauthplayground/ Fill in the Client Id and Client Secret that we got from step 1. Choose Google API then click Authorize APIs

After that, we get Refresh token for using on Google Drive Adapter

Open this article in the interactive viewer →