1

I have gone through this page but the links on this page is not opening. I want to use to use Json key instead of p12 key for service account credentials. I didn't found step by step code for json. How to do that?. Any links will also be helpfull.

JSON

Community
  • 1
  • 1
Pritesh Chhunchha
  • 179
  • 1
  • 2
  • 15
  • Please see if this helps http://stackoverflow.com/questions/31840686/is-it-possible-to-use-json-key-instead-of-p12-key-for-service-account-credential. – Andrey Belykh Jan 27 '17 at 17:46

1 Answers1

-2

Yes it is possible to use JSON file for service account credentials.

You must obtain these credentials in the Google Developers Console. To generate service-account credentials do the following:

  • Open the Google Developer Console (Credentials page)
  • To set up a new service account, do the following: a. Click Add credentials > Service account. b. Choose whether P12 file or JSON file.

Your new public/private key pair is generated and downloaded to your machine; it serves as the only copy of this key. You are responsible for storing it securely.

Android Enthusiast
  • 4,826
  • 2
  • 15
  • 30