file
Getting a link for uploading files
📄️ getFileUploadUrl
Get an upload URL for a file. The response contains a URL to which the file is sent via an HTTP PUT request. Example of sending the request via cURL: curl -X PUT -T '/path/to/file' 'URL_FROM_RESPONSE'
📄️ getFileDownloadUrl
Get a download link for a file