• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD22-Nov-2023527 1210

__init__.pyD22-Nov-20230 10

build_flasher.pyD23-Nov-202314.1 KiB365297

build_flasher_test.pyD23-Nov-20235.4 KiB136101

build_info.pyD23-Nov-20232.4 KiB7346

build_provider.pyD23-Nov-202312.6 KiB324263

build_provider_ab.pyD23-Nov-20233.1 KiB9560

build_provider_gcs.pyD23-Nov-20234.8 KiB11485

build_provider_local_fs.pyD23-Nov-20231.4 KiB4118

build_provider_pab.pyD23-Nov-202328.7 KiB729598

build_provider_pab_test.pyD23-Nov-202312.5 KiB318277

build_provider_test.pyD22-Nov-20234.8 KiB157110

README.md

1# To set up client_secrets.json (once only)
2
3* Go to https://console.cloud.google.com/projectselector/apis/credentials/consent
4 and create a new project if needed.
5* Once on the consent screen, set the product name to anything and save.
6* Click "Create credentials" and select "OAuth client ID"
7* Under "Application type", select "Other". Click "Create".
8* Click the download button for the client you just created,
9 and save the resulting file at client_secrets.json
10
11# Running unit tests
12    python build_provider_pab_test.py