cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DROPBOX_MOVE_FOLDER' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DROPBOX_MOVE_FOLDER", "parameters": { "fromPath": "<string>", "toPath": "<string>", "allowOwnershipTransfer": true, "autoRename": true } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
From Path : Path in the users’ Dropbox to be copied or moved. (example: "/home/test")
To Path : Path in the users’ Dropbox that is the destination. (example: "/home/test")
Allow Ownership Transfer : The default for this field is False.
Auto Rename : The default for this field is False.
Success
Was this page helpful?