GCSApi (Cloud Storage APIs)
getTrilloGCSBucket
Get the cloud storage bucket name being used by the workbench.
GCSApi.getTrilloGCSBucket()parameters:
noneReturn:
the name of the bucket as StringgetTrilloGCSBucketURI
same as above but returns a URI of storage bucket.
GCSApi.getTrilloGCSBucketURI()parameters:
noneReturn:
uri of the bucket as StringgetGCSFileURI
Get the file URI path from the cloud storage bucket.
parameters:
Return:
getLocalPath
Cloud storage bucket is mapped locally by the workbench so its path is available.
parameters:
Return:
getGCSPath
Get cloud storage bucket path from the app Data path provided.
parameters:
Return:
getGCSTempPath
Get the temporary path on the cloud storage bucket being used by the workbench
parameters:
Return:
getDefaultRootFolder
Get the default root path on the storage bucket.
parameters:
Return:
Last updated
Was this helpful?