upload to dropbox
POST https://api.dropboxapi.com/2/files/save_url
Save the data from a specified URL into a file in user's Dropbox. The transfer from the URL must complete within 5 minutes, or the operation will time out and the job will fail. If the given path already exists, the file will be renamed to avoid the conflict (e.g. myfile (1).txt).
POST https://api.dropboxapi.com/2/files/save_url
parameters
`
{
"path": "/a.txt",
"url": "http://example.com/a.txt"
}
`
Request Body
{"path"=>"/postman-collection/{{album_name}}/{{image_id}}.jpg", "url"=>"{{url}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |