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
Hello,
When I utilize the "getFolder" or "getFoldersWithStatus" client functions, the path returned for each one is not converting some characters like "í" and switching to "&AO0-". I was looking around and think that the problem is in Folder class where the path is not decoded, but name is.
After utilizing EncodingAliases class it works correctly.
The text was updated successfully, but these errors were encountered:
Hello,
When I utilize the "getFolder" or "getFoldersWithStatus" client functions, the path returned for each one is not converting some characters like "í" and switching to "&AO0-". I was looking around and think that the problem is in Folder class where the path is not decoded, but name is.
After utilizing EncodingAliases class it works correctly.
The text was updated successfully, but these errors were encountered: