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
:service_config (dict): Place holding dictionary for client configuration when *client_config_backend* is 'settings' and using service account. **Required**: Yes, only if *client_config_backend* is 'settings' and not using *client_config*
102
+
:service_config['client_user_email'] (str): Service account user email. **Required**: No.
103
+
:service_config['client_json_file_path'] (str): Path to service account .json key file. **Required**: No.
104
+
:service_config['client_json_dict'] (dict): Service account .json key file loaded into a dictionary. **Required**: No.
105
+
:service_config['client_json'] (str): Service account .json key file loaded into a string. **Required**: No.
95
106
:save_credentials (bool): True if you want to save credentials. **Default**: False. **Required**: No.
96
107
:save_credentials_backend (str): Backend to save credentials to. 'file' and 'dictionary' are the only valid values for now. **Default**: 'file'. **Required**: No.
97
108
:save_credentials_file (str): Destination of credentials file. **Required**: Yes, only if *save_credentials_backend* is 'file'.
0 commit comments