ultisuite-backend/internal/api/drive
R3D347HR4Y 96147de108 Implement file management enhancements in Drive API
- Added new endpoints for listing trash, recent, and starred files.
- Implemented chunked file uploads to support large file handling.
- Introduced copy and rename functionalities for file management.
- Enhanced error handling with specific drive-related error responses.
- Updated validation for copy and rename requests.
- Improved service methods to handle new functionalities and ensure quota checks.
- Updated project checklist to reflect completion of file management features.
2026-05-22 19:33:02 +02:00
..
handlers.go Implement file management enhancements in Drive API 2026-05-22 19:33:02 +02:00
service.go Implement file management enhancements in Drive API 2026-05-22 19:33:02 +02:00
validate_test.go Implement file management enhancements in Drive API 2026-05-22 19:33:02 +02:00
validate.go Implement file management enhancements in Drive API 2026-05-22 19:33:02 +02:00