To create an OAuth client ID, follow the steps below:
A pop-up will appear that contains the client ID and secret key. These steps are illustrated below:
Now that you’ve created an OAuth client ID for your project, a JSON file named client_secret_<CLIENTID>.json
, where <CLIENTID>
is the client ID, is available for download. The file contains your OAuth 2.0 credentials, so download it to your local device.
Once downloaded, use the client-id
and client-secret
in your application.
Free Resources