File
Adds specified tags to the bucket metadata. It runs when all the input link points are active . If successful, returns the updated bucket metadata and triggers bucketMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node parameters |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the updated bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Bucket tag(s) | required | The tags that will be added to the bucket metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Adds specified tags to the file metadata. It runs when all the input link points are active . If successful, returns the updated file metadata and triggers fileMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node parameters |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the updated file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be renamed. |
File tag(s) | required | The tags that will be added to the file metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Copy File to Bucket
Copies the file to another bucket. If there already exists a file with the same
name in destination bucket, it ensures the copied file name to be unique in its
new destination. It runs when all the inputs are active. If successful, it
triggers fileMetadata; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node parameters |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the copied file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be copied. |
Destination bucket id/name | required | The id or name of the bucket that the file will be copied to. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Create Bucket
Creates a new bucket. If there already exists a bucket with the specified name,
it returns an error. If successful, it triggers bucketMetadata; otherwise
triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node parameters |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the created bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket name | required | The name of the bucket to create. |
Default file access type | required | The default privacy setting that will be applied to the files uploaded to this bucket. |
Bucket tag(s) | optional | The tags that will be added to the bucket metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Delete Bucket
Deletes the bucket and all objects (e.g., files) inside the bucket. It runs when
all the input link points are active. If successful, it triggers success;
otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
success | trigger | Successful delete operation trigger |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket to delete |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Delete File Identified by Url
Deletes a file identified by the url string. It runs when all the input link
points are active. If successful, it triggers success; otherwise triggers
errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
success | trigger | Successful delete operation trigger |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
File URL | required | The public url of the file to delete |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Delete Files from Storage
Deletes the files with the provided file ids/names. It runs when all the input
link points are active. If successful, it triggers success; otherwise triggers
errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
success | trigger | Successful delete operation trigger |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File ids/names | required | The array of ids/names of the files that will be deleted. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Delete Single File from Storage
Deletes the file with the provided bucket and file id/name. It runs when all the
input link points are active. If successful, it triggers success; otherwise
triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
success | trigger | Successful delete operation trigger |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be deleted. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Download File from Storage
Downloads the file with the provided bucket and file id/name. It runs when all
the input link points are active. If successful, it triggers file.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
file | object | File object including the metadata and contents of the file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be downloaded. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Duplicate File in Storage
Creates a duplicate of the file with the provided bucket and file id/name. It
runs when all the input link points are active. If successful, it triggers
fileMetadata; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the duplicated file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be duplicated. |
Duplicate file name | required | The name of the duplicate file (including the file extension). The new duplicate file name. If not specified, uses the original file name as template and ensures the duplicated file name to be unique in its bucket. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Empty Bucket
Removes all objects (e.g., files) inside the bucket. This method does not delete
the bucket itself. It runs when all the input link points are active. If
successful, it triggers success; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
success | trigger | Successful empty operation trigger |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket to delete its files. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Get Bucket Files
Gets the list of files matching the query expression. If select query expression
is specified, it runs the specified filter query to narrow down returned
results, otherwise, returns all files contained in the bucket. It runs when all
the input link points are active. If successful, triggers the result and
countInfo (if selected) otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
result | list | List of file metadata matching the filter query |
countInfo | object | Query result count info object, which holds total objects count matching the query condition, total pages, current page, and page size information |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Select query | optional | The select query expression to retrieve the list of file metadata from the bucket. |
Sort fields | optional | The list of file fields to use for sorting the query results |
Page number | optional | Page number to paginate query results |
Page size | optional | Maximum number of items to fetch per page |
Return count info | optional | Flag to show/hide count info output link point. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Gets the metadata of the bucket with the provided bucket id/name. It runs when
all the input link points are active . If successful, it triggers
bucketMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Return bucket details | required | If checked it provides additional information about the total number of files contained, their overall total size in bytes, average, min and max file size in bytes etc. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Get Buckets
Gets the list of buckets matching the query expression. If select query
expression is specified, it runs the specified filter query to narrow down
returned results, otherwise, returns all buckets contained in app. If
successful, triggers the result and countInfo (if selected) otherwise triggers
errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
result | list | List of bucket metadata matching the filter query |
countInfo | object | Query result count info object, which holds total objects count matching the query condition, total pages, current page, and page size information |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Select query | optional | The select query expression to retrieve the list of bucket metadata from the cloud storage. |
Sort fields | optional | The list of bucket fields to use for sorting the query results |
Page number | optional | Page number to paginate query results |
Page size | optional | Maximum number of items to fetch per page |
Return count info | optional | Flag to show/hide count info output link point. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Gets the metadata of the file with the provided bucket and file id/name. It runs
when all the input link points are active . If successful, it triggers
fileMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be queried for metadata. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Get Storage Stats
Returns the overall information about your apps cloud storage including total
number of buckets and files stored, total storage size in bytes and average, min
and max file size in bytes. It runs when all the input link points are active.
If successful, it triggers success; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
storageStats | object | Information about storage usage of the app |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Make Bucket Private
Sets the default privacy of the bucket to private. It runs when all the input
link points are active . If successful, it triggers bucketMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Include files | required | If checked, it also makes each file in the bucket private. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Make Bucket Public
Sets the default privacy of the bucket to public. It runs when all the input
link points are active . If successful, it triggers bucketMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Include files | required | If checked, it also makes each file in the bucket public. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Move File to Bucket
Moves the file to another bucket. The file will be removed from its current
bucket and will be moved to its new bucket. If there already exists a file with
the same name in destination bucket, it ensures the moved file name to be unique
in its new destination. It runs when all the inputs are active. If successful,
it triggers fileMetadata; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the moved file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be moved. |
Destination bucket id/name | required | The id or name of the bucket that the file will be moved to. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Removes specified tags from the bucket metadata. It runs when all the input link points are active . If successful, returns the updated bucket metadata and triggers bucketMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node parameters |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the updated bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Bucket tag(s) | required | The tags that will be removed from the bucket metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Removes specified tags from the file metadata. It runs when all the input link points are active . If successful, returns the updated file metadata and triggers fileMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node parameters |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the updated file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be updated. |
File tag(s) | required | The tags that will be removed from the file metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Rename Bucket
Renames the bucket. It runs when all the input link points are active . If
successful, it triggers bucketMetadata.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
bucketMetadata | object | Metadata of the bucket |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | required | The id or name of the bucket. |
Bucket name | required | The new name of the bucket. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Rename File
Renames the file with the provided bucket and file id/name. It runs when all the
input link points are active. If successful, it triggers fileMetadata; otherwise
triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify file id and/or file name |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the renamed file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be renamed. |
File name | required | The new name of the file (including the file extension). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Replace File with New One
Replaces an existing file, identified with the bucket and file id/name, with the
new one. It runs when all the input link points are active. If successful, it
triggers fileMetadata; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
newFile | object | The new file that will replace the old one |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the new file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be replaced. |
File tag(s) | optional | The tags that will be added to the file metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Search Files
Gets the list of files matching the search expression across all buckets. If
select query expression is specified, it runs the specified filter query to
narrow down returned results, otherwise, returns all files contained in app
storage. It runs when all the input link points are active. If successful,
triggers the result and countInfo (if selected) otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify node properties |
Output link points
Name | Type | Description |
---|
result | list | List of file metadata matching the filter query |
countInfo | object | Query result count info object, which holds total objects count matching the query condition, total pages, current page, and page size information |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Select query | optional | The select query expression to retrieve the list of file metadata from the cloud storage. |
Sort fields | optional | The list of file fields to use for sorting the query results |
Page number | optional | Page number to paginate query results |
Page size | optional | Maximum number of items to fetch per page |
Return count info | optional | Flag to show/hide count info output link point. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Set File Access Type
Updates the access type of the file with the provided bucket and file id/name.
It runs when all the input link points are active. If successful, it triggers
fileMetadata; otherwise triggers errors.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
input | object | Input object of the node, mainly used to specify file id |
Output link points
Name | Type | Description |
---|
fileMetadata | object | Metadata of the updated file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File id/name | required | The id or name of the file that will be updated. |
File access type | required | Public or private. If marked as public anyone with the public file link can access the object on the public internet. |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Upload Files to Storage
Uploads and stores multiple files in specified bucket and returns list of
metadata of uploaded files. It runs when all the input link points are active.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
files | list | List of input files that will be uploaded and saved to storage area |
Output link points
Name | Type | Description |
---|
filesMetadata | object | List of metadata of uploaded files |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File access type | required | Public or private. If marked as public anyone with the public file link can access the object on the public internet. |
File tag(s) | optional | The tags that will be added to the file metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |
Upload Single File to Storage
Uploads and stores a single file in specified bucket and returns the uploaded
file metadata. It runs when all the input link points are active.
| |
---|
Multi input | ✔️ |
Multi output | ❌ |
Name | Type | Description |
---|
file | object | Input file that will be uploaded and saved to storage area |
Output link points
Name | Type | Description |
---|
filesMetadata | object | Metadata of the uploaded file |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Bucket id/name | optional | The id or name of the bucket. If not specified 'root' bucket will be used. |
File access type | required | Public or private. If marked as public anyone with the public file link can access the object on the public internet. |
File tag(s) | optional | The tags that will be added to the file metadata. This expression should either returns a text value (e.g., "tag1") or an array of text values (e.g., ["tag1", "tag2"]). |
Apply rules | optional | Enable/disabled execution of object level security rules that define the conditions to allow or restrict certain operations (create, read, upddate, delete) on your app database, storage and cache. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |