...
An HTTP 201(Created) status response indicates a successful request. The result in JSON format will contain the ID of the temporary attached file that you can use to create a new document of type File. See the Creating a new document or folder section above.
Code Block | ||
---|---|---|
| ||
{ "name": "myfile.txt", "id": "7214177218780006431" } |
...