You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
My problem is different from the other questions, since I am using ServiceAccountCredentials method from oauth2client.service_account package. The authentication to the API key is done with json file. (also ServiceAccountCredentials.from_json_keyfile_name method). Whenever I want to request to the google service, I want to pass it from http proxy server, unfortunately there isn't any rich documentation for this purpose on the web (or maybe I couldn't find them).
I have read the following links and try them, but they didn't work properly:
My problem is different from the other questions, since I am using
ServiceAccountCredentials
method fromoauth2client.service_account
package. The authentication to the API key is done with json file. (alsoServiceAccountCredentials.from_json_keyfile_name
method). Whenever I want to request to the google service, I want to pass it from http proxy server, unfortunately there isn't any rich documentation for this purpose on the web (or maybe I couldn't find them).ga_base_config.yml
main.py
The text was updated successfully, but these errors were encountered: