Expiry Duration of Signed URL
field.Generate Signed URL
dropdown field in your query's configuration.signedUrl
: The signed URL for the file.urlExpiryDate
: The timestamp at which the signed URL will expire.Generate Un-signed URL
dropdown option, you may choose to request a regular URL that links to the resource. In that case, you would receive one additional field url
which does not expire; however, as mentioned above, this URL cannot be used to access the resource directly, and instead must be used within a valid API request.fileName
property.File Path
field. Remember to include directories in the file name, e.g. folderTwo/folderThree/itemTwo.png
.signedUrl
: A signed URL for the file.urlExpiryDate
: A timestamp at which the signed URL will expire.Expiry Duration of Signed URL
field.{{Filepicker1.files[0]}}
in the Content
field of your query.File Data Type
field is set appropriately for the data you are uploading. For example, if your Filepicker's Data Format
is set to Base64
, your query should be set to Base64
also.Content
field by writing an object with a text
and data
property like below:File Data Type
is set to Text
.Filepicker1.files}}
array, instead of {{FilePicker1.files[0]}}
as before.commonPath/
, not just commonPath
).Bucket Name
field) with a file name/path matching the contents of the File Path
field. By default, the raw content of the file is returned on the fileData
property of the response. File content can also be Base64 encoded by selecting Yes
in the Base64 Encode File - Yes/No
dropdown field.fileData
content is in Base64 format and needs to be decoded, use the JavaScript atob()
method.atob()
as noted above.File Path
field. Files deleted from the bucket cannot be restored; please ensure you have backed up your files!status
property describing the outcome of your query.