Hi,
I'm receiving an error when I trying to upload a user image.
Here is the code.
Map<String, String> query = new HashMap<String, String>();
query.put("", "undefined");
query.put("player_id", "user1");
HashMap<String, Object> hashPlayerImg = new HashMap<String, Object>();
hashPlayerImg.put("file", bytes);
pl.post("/runtime/player", query, hashPlayerImg);
The error
com.playlyfe.sdk.Playlyfe$PlaylyfeException: An unexpected error occurred on the server. The Playlyfe Team has been notified and are working on fixing it.
Hi,
Right now the java sdk doesn't support uploading profile images but its in the works and might take some time. Might I know what you are trying to achieve using this feature?