Replies: 1 comment 9 replies
-
i'll look into it. Thanks for your report |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is the method changeProfilePicture already working? It seems like it is not working for me.
I use it like this:
byte[] fileContent = Files.readAllBytes(new File(App.resultPath).toPath());
api.changeProfilePicture(fileContent).join();
Beta Was this translation helpful? Give feedback.
All reactions