I'm attempting to write a simple script to update the user's profile
image, but I am getting a response that the image is possible too big
each time. The file that I'm attempting to set as the user avatar is
no larger than 5k, and it fails.

I created a 1px by 1px white gif which weighed in at about 43 bytes
and it worked.

My suspicion is that for some reason the API is not correctly
calculating the file size of the image data, or it's checking for a
much smaller value than 700k.

Reply via email to