intrigatory57
intrigatory57

Reputation: 98

Unable To Download Google API Credentials

I have set up my app on Googles Developer Console, activated the Google Calendar API, created a Client ID, I just cannot download the client_secrets.json. Is there any way that I can get the download to work?

Upvotes: 0

Views: 2279

Answers (3)

Kirguduck
Kirguduck

Reputation: 796

I looked for it few hours where to download credentials file

[button_configure_a_project][1]

will give you credentials.json find a button "configure project and enjoy)) " [1]: https://developers.google.com/identity/sign-in/android/start-integrating?authuser=1#get_your_backend_servers_oauth_20_client_id

Upvotes: 0

prince shrestha
prince shrestha

Reputation: 13

I also tried that with chrome. The download button doesn't seems to be working. However managed to download it with the download button on the home screen download button which is situated in right corner of your OAuth 2.0 Client IDs

Upvotes: 1

Nick
Nick

Reputation: 110

Are you using Chrome? If not, try that. I had the same issue in IE and switching to Chrome allowed me to download the json without issue.

Upvotes: 2

Related Questions