Home
Create a share
Create a file share programmatically.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource address Input representation Description POST /basic/api/shares/feed share Creates a share to share a file resource with other people.
Input
A Share Atom entry document. The content type must also be specified as application/atom+xml.
Output
None. Returned HTTP Headers
- HTTP/1.1 201 Created
- Indicates that the file share was successfully created. If an error occurs, this header will contain one of the error codes below.
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference