How to enable Google Sheet API and get Google Client id and Secret Id
Step 1: Enable Google Sheets API
- Visit the Google Cloud Console.
- Create a new project or select an existing one.
- Click on Go to APIs overview.
- Select Enable APIs and Services.
- Search for and select Google Sheets API, then click Enable.
Step 2: Obtain Credentials
- On the top Google Sheets API screen, click on Create Credentials.
- Choose Google Sheets API, User data, then click Next.
- Add the information for OAuth Consent Screen, then click Save And Continue
- In the Scopes section, click on Add or remove scopes.
- Find and select the Google Sheets API (description: “See all your Google Sheets Spreadsheets”), click Update then Save and Continue.
- In the OAuth Client ID section, select Application Type as Desktop App, enter any name, then click Create.
- Click Done.
Step 3: Accessing Your Client ID and Client Secret
- On the Google Sheets API screen, go to the Credentials tab, you will find the new Client ID.
- Click on the Edit button to find the Client ID and Client Secret.
- Copy the Client ID and Client Secret, and paste them into the corresponding settings in the Sheets Exporter Settings Window