/files.remote.add
POST
/files.remote.addAdds a file from a remote service
Request
Body Params application/x-www-form-urlencoded
external_id
string
optional
Creator defined GUID for the file.
external_url
string
optional
URL of the remote file.
filetype
string
optional
type of file
indexable_file_contents
string
optional
A text file (txt, pdf, doc, etc.) containing textual search terms that are used to improve discovery of the remote file.
preview_image
string
optional
Preview of the document via multipart/form-data
.
title
string
optional
Title of the file being shared.
token
string
optional
Authentication token. Requires scope: remote_files:write
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true
}
Last modified: a year ago