The file to upload, containing the file name and base64-encoded content.
overwriteboolean
Whether to overwrite the file if it already exists.
sandbox_idstring
Required
The ID of the sandbox where the file will be uploaded.
destination_pathstring
Required
The destination path in the sandbox where the file will be saved. Provide an absolute path starting with /home/user/. The file name from 'file' will be appended if destination_path is a directory.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not