TRANSFER FILE ACTION
====================
DESCRIPTION
--------------------------------
TRANSFER FILE transfers a file from a Cloud to another one using either permanent or self-signed expiry URLs
The completion status is returned to the provided Webhook URL.
STEP-BY-STEP SETUP
--------------------------------
1) Install your favourite plugin utility able to generate presigned expiring source and/or upload URLs depending on your requirements.
2) Set up the "CLOUD2CLOUD - TRANSFER FILE" action
Inputs Fields :
- SOURCE URL : HTTPS URL of the source file to transfer. The file must be publicly accessible.
- UPLOAD URL : Presigned Upload URL of the target or your
https://app.bubbleapps.io/fileupload endpoint of your Bubble app for local app storage.
- WEBHOOK URL : Webhook URL. Returns the requestId and request data along with success or error message.
- START BYTE : Chunked upload only. Use this field to define the starting Byte. Leave blank for non-chunked upload.
- END BYTE : Chunked upload only. Use this field to define the ending Byte. Keep in mind that byte ranges are zero-indexed, so your end byte will be the chunk or file size minus 1 byte. Leave blank for non-chunked upload.
Output Fields :
- REQUEST ID : Unique ID of the transfer.
IMPLEMENTATION EXAMPLE
======================
Feel free to browse the app editor in the Service URL for an implementation example.
ADDITIONAL INFORMATION
======================
> This plugin uses AWS as processing service.
TROUBLESHOOTING
================
Any plugin related error will be posted to the the Logs tab, "Server logs" section of your App Editor.
Make sure that "Plugin server side output" and "Plugin server side output" is selected in "Show Advanced".
> Server Logs Details:
https://manual.bubble.io/core-resources/bubbles-interface/logs-tab#server-logsPERFORMANCE CONSIDERATIONS
===========================
N/A
QUESTIONS ?
===========
Contact us at
[email protected] for any additional feature you would require or support question.