SDK you're using (please complete the following information):
Describe the bug
accountingApi.createInvoiceAttachmentByFileName throws 500 error if filename contains space
To Reproduce
Steps to reproduce the behavior:
- use the accountingApi.createInvoiceAttachmentByFileName to upload a file with a filename with spaces at the end
Expected behavior
Should say appropriate error message or trim the filename before uploading.