×

Save Dropbox File

iOS 15 +

Notes

Save a file to dropbox.

Syntax

saveFileDropbox(file: <#Variable#>, askToSave: <#Boolean#>, path: <#String (Allows Variables)#>, overwrite: <#Boolean#>)

Example

saveFileDropbox(file: Ask, askToSave: false, path: "files/saves/", overwrite: false)