Skip to content
English
  • There are no suggestions because the search field is empty.

Unable to upload file to subfolders

Original Question or Issue:

Can you please check the subfolders and find out if it's any permission issue?


Environment:

  • Product - FileCloud Server, FileCloud ServerSync, FileCloud Sync, FileCloud Drive, FileCloud Desktop
  • Version - 
  • Platform - Windows, Linux, MacOS

Steps to Reproduce:

 


Error or Log Message:

"Cannot read properties of underfined (reading '0')"


Defect or Enhancement Number:

 


Cause:

FileCloud uses a third-party validation library called wixel/gump to validate and filter certain input data. In the context of S3 Optimized Upload, this library applies a filter called sanitize_string to the folder path.

Recently, the library introduced an update to this filter where single (') and double (") quotes are automatically replaced with their sanitized equivalents (' and "). As a result, folder paths containing these characters are not resolved correctly during upload, causing the upload to fail with the observed error.


Resolution or Workaround:

Remove the single (') quote in the below folder name:

Hachette Australia & New Zealand - Children's & YA


Notes: