File
Files are used to upload documents via presigned URLs. After uploading and completing a file, link it to resources through their own APIs (e.g. attach a transcript to a meeting). See File uploads for the full upload flow and supported purposes. For meeting transcript attachments, see Uploading meeting transcripts.
Create a file upload session
file.create(FileCreateParams**kwargs) -> FileCreateResponse
POST/v1/files
Complete a file upload
file.complete(strid, FileCompleteParams**kwargs) -> FileCompleteResponse
POST/v1/files/{id}/complete
Cancel a file upload
file.cancel(strid, FileCancelParams**kwargs) -> FileCancelResponse
POST/v1/files/{id}/cancel