alist/drivers/pcloud
Textrix 994aa46bf5 feat: add pCloud driver support
- Implement OAuth2 authentication with US/EU region support
- Add file operations (list, upload, download, delete, rename, move, copy)
- Add folder operations (create, rename, move, delete)
- Enhance error handling with pCloud-specific retry logic
- Use correct API methods: GET for reads, POST for writes
- Implement direct upload approach for better performance
- Add exponential backoff for failed requests with 4xxx/5xxx classification
2025-09-23 17:26:52 +09:00
..
driver.go feat: add pCloud driver support 2025-09-23 17:26:52 +09:00
meta.go feat: add pCloud driver support 2025-09-23 17:26:52 +09:00
types.go feat: add pCloud driver support 2025-09-23 17:26:52 +09:00
util.go feat: add pCloud driver support 2025-09-23 17:26:52 +09:00