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.
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.