chore: add TODO regarding filename encoding
This commit is contained in:
parent
e1bc82b89a
commit
6217c42440
@ -224,6 +224,7 @@ class PCloudImpl {
|
||||
}
|
||||
};
|
||||
|
||||
//TODO: remove filename encoding as soon as it is fixed API wise: https://github.com/pCloud/pcloud-sdk-java/issues/13
|
||||
String filename = file.getName();
|
||||
String encodedFilename = URLEncoder.encode(filename, UTF_8);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user