Endpoints
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 |
|---|---|---|
| Create folder | create_folder | Creates a folder |
| Delete file or folder | delete | Deletes a file or folder |
| Download file | download_file | Downloads a file to a disk |
| Download folder as ZIP archive | download_folder | Downloads a folder with all the files and folders it contains as ZIP file |
| List files | list_files | Lists files within a folder |
| List files and folders | list_folder | Lists files and folders within a folder |
| Make connection test | make_test | Makes a connection test |
| Read CSV file | read_csv_file | Reads the contents of a CSV file straight into a result set, without requiring a download to disk. |
| Read CSV files from folder | read_csv_files_from_folder | Reads the contents of every CSV file in the specified folder directly into a result set without downloading to disk. |
| Upload file | upload_file | Uploads a file from a disk |
| Make Generic API 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. |
| Make Generic API 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. |