GCP GCS
npm install @google-cloud/storage google-auth-library
# if you want to use our custom OAuth2 client:
npm install @flashbacktech/flashbackclient@latestpip install google-cloud-storage>=2.14.0# Cargo.tomp Google GCS
google-cloud-storage = "0.24.0"
google-cloud-auth = { version = "0.17.2", features = ["external-account"] }
google-cloud-token = "0.1.2"Last updated
Was this helpful?