Home

 

Add a file using a multipart POST

Add a file to your library using a multipart POST.

See Authenticating requests for information about how to authenticate the request.


Atom API request details

Method Resource address Input representation Description
POST /basic/api/myuserlibrary/feed multipart post Adds the binary data and creates a file Atom document containing the metadata of a file to your library.

You can use one or more of these headers.


Input headers

Parameter Required Description
Content-Type No Used to specify the mime type for the content being sent to the server. If the collection does not support the specified content type, the server returns HTTP response code 415 (Unsupported media type). When a media resource is posted, the mime-type of the resource is set to this value if it is provided. Otherwise, the mime-type of the extension of the Slug header is used. A Content-Type that is an empty string, whitespace only, or equal to "unknown/unknown" is considered to be not-specified.
Content-Language No Specifies the language of the content being sent to the server. All contents are handled using UTF-8 encoding on the server.
Content-Length No Specifies the content length when sending media content.
Slug Yes Contains the file path and label of the resource to be added to the collection. You can include non-ASCII characters in this header, but they must be properly encoded according to the RFC 2047.

You can include one or more of these parameters in the body of the request.


Parameters

Parameter Description
commentNotification String. Specifies whether you want to get a notification when someone adds or updates a comment on a file. Options are on or off. Default to on.
description Summary of the document in plain text.
file Contains the binary media of the file.
mediaNotification String. Specifies whether the person updating the file wants to get a notification when someone subsequently updates the file. Options are on or off. Default to on.
sharePermission Defines the level of permission that the people listed in the sharedWith parameter have to the file. Only applicable if the sharedWith parameter is passed. Permission level options are Edit or View.
shareSummary Text. Explanation of the share.
shareWith User ID of the user to share the content with. This parameter can be applied multiple times. Supports multivalue.
tag String. Keyword that helps to classify the file. This parameter can be applied multiple times if multiple tags are passed. Supports multivalue.
visibility String. Specifies who can see the file. Options are private or public. A public file is visible to all users and can be shared by all users.

 

Input

A multipart post in which each parameter has a Content-Disposition: form-data, and the name is the parameter name.

 

Output

An Atom entry document representing the new file. Returned HTTP Headers

Error codes

Sample multipart post content to add an image file to the library:


Working with files

 

Related reference


File content


+

Search Tips   |   Advanced Search