post
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint is used for adding new non-tabular files to a . Files can only be added to tables on an unreleased version of a dataset — if the dataset has previously been released, make sure you are referencing the next
version of the dataset in the .
When uploading files through this endpoint, you must first upload the file contents as temporary uploads, via the endpoint. You can then pass batches of the corresponding tempUpload ids to this endpoint to add files in bulk, which is significantly more performant than adding files one at a time.
tableReference
files
array(object)
An array of file objects, which each contain a property "name"
and a property "resumableUploadId"
Only relevant when using resumable uploads.
files[].name
string
The file name.
files[].tempUploadId
string
The id returned by the table createResumableUpload
endpoint.
Edit access to the dataset is required. Your access token must have the following scope:
data.edit
If successful, returns with a 201 status code and the following response body:
A qualified reference to the table. See for more information.