EndPoints for DropBox Connector
On this page you will see possible API actions you can perform with DropBox connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Make connection test | make_test | Makes a connection test |
List folder | list_folder | Lists folder |
Download a file | download_file | Downloads a file |
Download a folder and folders/files within as ZIP archive | download_folder | Downloads a folder with all the files and folders it contains as ZIP file |
Upload a file | upload_file | Upload a file |
Create folder | create_folder | Creates folder |
Delete | delete | Deletes file or folder |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |