File Management#
The File Management API endpoints provide an interface to interact with files and their metadata.
To import a file into a table, the
Upload Fileendpoint in this API moves a file status to STAGED, and theImport Fileendpoint in the Table Management API is then moves it to IMPORTED. If the file contains an error, theErrorsendpoint can download a list of errors.To delete an imported file, it must be unimported via the Table Management API, and then deleted via the
Delete Fileendpoint in this API.To update a file, it must first be deleted and then re-imported. Any attempt to upload a file with the same name as a file already in the table results in an error.