You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to not be surprised when uploading a file called 😀or:\.jpg and see it renamed to or.jpg, as an API Consumer I want to have documentation on the file name sanitiser.
Background
Our API is on its way to remove emoji's and some control characters from file names. This behaviour should be made public
File name sanitizer in the API
In order to not be surprised when uploading a file called
😀or:\.jpg
and see it renamed toor.jpg
, as an API Consumer I want to have documentation on the file name sanitiser.Background
Our API is on its way to remove emoji's and some control characters from file names. This behaviour should be made public
See a related PR in the Node SDK: WeTransfer/wt-js-sdk#138
The text was updated successfully, but these errors were encountered: