Uploading a File
Uploading a file is the most common use case for our API. Files are uploaded in binary form as the post body.
Last updated
Uploading a file is the most common use case for our API. Files are uploaded in binary form as the post body.
POST https://fileio.couchdrop.io/file/upload
This endpoint allows you to upload files
path
string
Path to upload destination
size
number
File size
modtime
number
Last modified time. (Not all storage providers support the specification of modtimes on upload)
token
string
API Access Token
data
object
File object to upload
{}{"error": "you cannot write to that folder"}Last updated