Expand description
File operations
This module provides core file operations including:
- Download files
- Upload files (using the two-stage upload process)
- Update file metadata
- Delete files
Note: File uploads in Files.com use a two-stage process:
- Call
FileActionHandler::begin_upload()
to get upload URLs - Use this handler’s
upload_file()
to complete the upload
Structs§
- File
Handler - Handler for file operations