Authorization
- Open the developer console at https://console.cloud.google.com/apis/credentials
- Create a project. If you already have one, select the desired project.
- Click on the top menu Create credentials > OAuth client ID.
- Fill out the form:
- Application type: Web application
- Authorized redirect URIs (replace site.com with your domain): https://site.com/assets/components/googlesheets/oauth2callback.php
- After receiving the Client ID and Client secret, transfer the keys to the system settings:
- googlesheets_client_id (Client ID)
- googlesheets_client_secret (Client secret)
- Go to the component menu and click the Status button.