├── CONTRIB.md ├── LICENSE ├── README.md ├── chunked_transfer.py └── client_secrets.json /CONTRIB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/storage-file-transfer-json-python/HEAD/CONTRIB.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/storage-file-transfer-json-python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/storage-file-transfer-json-python/HEAD/README.md -------------------------------------------------------------------------------- /chunked_transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/storage-file-transfer-json-python/HEAD/chunked_transfer.py -------------------------------------------------------------------------------- /client_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudPlatform/storage-file-transfer-json-python/HEAD/client_secrets.json --------------------------------------------------------------------------------