What is the Google API password for the OAuth PKCS p12 private key?
问题 The Google API setup provides a way to create a project with a service account. I download the private key as a PKCS #12 p12 file. Where do I find the password for this file? 回答1: Answer: notasecret https://developers.google.com/console/help/#service_accounts Your application needs the private key when requesting an OAuth 2.0 access token in server-to-server interactions. Google does not keep a copy of this private key, and this screen is the only place to obtain this particular private key.