API Failing on Large Upload
Original Question or Issue:
Recently, large file uploads have started failing when we're uploading using our custom Python script, which utilizes the FileCloud API. This script has worked in the past to upload files with sizes up to multiple TBs. Last week, it started failing on a very large file.
Environment:
- Product - FileCloud Server
- Version - 23.242
- Platform - Any
Steps to Reproduce:
Error or Log Message:
[AuthCodeValidator] API upload not supported
upload : Invalid upload path - /user.name/
Defect or Enhancement Number:
Cause:
In FileCloud version 23.242 we made changes to our API, specifically around user-agent string.
Resolution or Workaround:
User-agent header now needs to be "FileCloud API" if you are using the API on version 23.242 or higher.
Notes:
FileCloud Version 23.242 Release Notes - FileCloud Docs - Server