{ "$result_object_key": { "expiration_time": "The expiration time of the signed URL", "signed_url": "The signed URL which can be used to access the file publicly for a limited time" }}
v1
Generate Cloud Storage Signed Url
Documentation for the Generate Cloud Storage Signed Url action for Google
{ "$result_object_key": { "expiration_time": "The expiration time of the signed URL", "signed_url": "The signed URL which can be used to access the file publicly for a limited time" }}
You can use the result of the action’s data as inputs to downstream workflow actions.Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.Here we demonstrate how to refer to this data using the prefix $result_object_key.