John Kang
05/18/2022, 3:25 PMValidation failed! Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or
explicitly create credentials and re-run the application. For more information, please see
<https://cloud.google.com/docs/authentication/getting-started>
prefect storage create
and use google cloud storage it only gives me the option to specify a bucket name, project name, and name for the storageKevin Kho
05/18/2022, 3:30 PMGOOGLE_APPLICATION_CREDENTIALS
already defined locally pointing to the json
file that holds the credentialsAnna Geller
05/18/2022, 3:31 PMJohn Kang
05/18/2022, 4:21 PMfrom prefect.blocks.storage import GoogleCloudStorageBlock
Anna Geller
05/18/2022, 4:24 PM