-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
286c3b9
commit e954df6
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"test_account_id" : "7036865393" | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
############################################################################# | ||
# Required Fields # | ||
############################################################################# | ||
developer_token: INSERT_HERE | ||
############################################################################# | ||
# Optional Fields # | ||
############################################################################# | ||
login_customer_id: INSERT_HERE | ||
# user_agent: INSERT_USER_AGENT_HERE | ||
# partial_failure: True | ||
validate_only: False | ||
############################################################################# | ||
# OAuth2 Configuration # | ||
# Below you may provide credentials for either the installed application or # | ||
# service account flows. Remove or comment the lines for the flow you're # | ||
# not using. # | ||
############################################################################# | ||
# The following values configure the client for the installed application | ||
# flow. | ||
client_id: INSERT_HERE | ||
client_secret: INSERT_HERE | ||
refresh_token: INSERT_HERE | ||
# The following values configure the client for the service account flow. | ||
# path_to_private_key_file: INSERT_PATH_TO_JSON_KEY_FILE_HERE | ||
# delegated_account: INSERT_DOMAIN_WIDE_DELEGATION_ACCOUNT | ||
############################################################################# | ||
# ReportDownloader Headers # | ||
# Below you may specify boolean values for optional headers that will be # | ||
# applied to all requests made by the ReportDownloader utility by default. # | ||
############################################################################# | ||
# report_downloader_headers: | ||
# skip_report_header: False | ||
# skip_column_header: False | ||
# skip_report_summary: False | ||
# use_raw_enum_values: False |