Dateien
Datei hochladen
POST/v1/files
Dateien auflisten
GET/v1/files
Datei herunterladen
GET/v1/files/{file_id}/content
Dateimetadaten abrufen
GET/v1/files/{file_id}
Datei löschen
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.