Файлы
Загрузить файл
POST/v1/files
Список файлов
GET/v1/files
Скачать файл
GET/v1/files/{file_id}/content
Получить метаданные файла
GET/v1/files/{file_id}
Удалить файл
DELETE/v1/files/{file_id}
ID of the deleted file.
Deleted object type.
For file deletion, this is always "file_deleted".
Unique object identifier.
The format and length of IDs may change over time.
RFC 3339 datetime string representing when the file was created.
Original filename of the uploaded file.
MIME type of the file.
Size of the file in bytes.
Object type.
For files, this is always "file".
Whether the file can be downloaded.
RFC 3339 datetime string representing when the file will expire and become unavailable for download. Null if the file does not expire. For files uploaded with expires_in_seconds, this is the upload time plus that value.