The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /externalFileHandle/googleCloud

Create an GoogleCloudFileHandle to represent a Google Cloud Blob in a user's Google Cloud bucket.

In order to use this method an ExternalGoogleCloudStorageLocationSetting must first be created for the user's bucket. The ID of the resulting ExternalGoogleCloudStorageLocationSetting must be set in the GoogleCloudFileHandle.storageLocationId. Only the user that created to the ExternalGoogleCloudStorageLocationSetting will be allowed to create GoogleCloudFileHandle using that storageLocationId.

Resource URL

https://repo-prod.prod.sagebase.org/file/v1/externalFileHandle/googleCloud

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object GoogleCloudFileHandle
(application/json)
Response Object GoogleCloudFileHandle
(application/json)