File Upload
Upload files to a parent folder using multipart form data.Parameters
Parent folder ID where the file will be uploaded
Body (multipart/form-data)
File to upload
File name
Example
Response
Returns the created file item with metadata.Best Practices
- Use appropriate error handling for network issues
- Implement retry logic for failed uploads
- Check file size limits based on your plan
- Validate file types before uploading