Dropbox Upload avatar
Dropbox Upload

Pricing

Pay per usage

Go to Store
Dropbox Upload

Dropbox Upload

petr_cermak/dropbox-upload

Developed by

Petr Cermak

Maintained by Community

Automatically uploads URLs to Dropbox. Use an API to upload information to Dropbox from URLs, text content or base64.

0.0 (0)

Pricing

Pay per usage

5

Monthly users

1

Last modified

2 years ago

act-dropbox-upload

Apify act for uploading files to Dropbox.
It is capable of uploading a file accessible at a URL or by setting its contents as text or base64.

INPUT EXAMPLES

Uploading a file from URL

1{
2    "accessToken": "DROPBOX_TOKEN",       // dropbox access token
3    "filePath": "DROPBOX_FILE_PATH",      // path on dropbox to save the file to
4    "fileUrl": "FILE_TO_UPLOAD"           // url to get the file from
5}

Uploading a file as text

1{
2    "accessToken": "DROPBOX_TOKEN",       // dropbox access token
3    "filePath": "DROPBOX_FILE_PATH",      // path on dropbox to save the file to
4    "fileContents": "FILE_CONTENTS"       // contents of the file as text
5}

Uploading a file as base64

1{
2    "accessToken": "DROPBOX_TOKEN",       // dropbox access token
3    "filePath": "DROPBOX_FILE_PATH",      // path on dropbox to save the file to
4    "fileBase64": "FILE_CONTENTS"         // contents of the file as base64
5}

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.