InstaSharp icon indicating copy to clipboard operation
InstaSharp copied to clipboard

No image is posted when cropping is not selected

Open dvygolov opened this issue 8 years ago • 4 comments

I try to upload a new image using the example console app. It tells me that the image has been uploaded with the maximum dimensions of 640x640. However I can't see the photo in my Instagram account. When I use cropping the image uploads with dimensions 1080x1080 and I can see it. The "withBorder" option doesn't work as well. It also uploads with 640x640 and I can't see it in the account. Any help?

dvygolov avatar Dec 30 '16 18:12 dvygolov

What were the initial dimensions of the photo you uploaded that was not visible? I'm also assuming on the upload that wasn't visible you used uploader.UploadImage(@"fullPathToImage", "Caption and Hashtags"); and did not include cropImage or cropWithBorder ?

manintheb0x avatar Jan 06 '17 17:01 manintheb0x

Seems, that you are right, and the issue is with the image dimensions. When I've tried to upload a 1920x1080 photo everything went ok. It's a pity that we don't know what dimensions are allowed and which aren't. And as for my first attempt to upload - I also don't remember what the dimensions were, probably 1600x1200. But that doesn't matter, I need 1920x1080, and they work well.

dvygolov avatar Jan 27 '17 17:01 dvygolov

I plan to revisit this library later into next week as I was asked by a friend to add video uploading. I can look into the image resolution requirements at that time.

Also I want to apologize for being so late too reply to issues, I'm maintaining a lot of other projects.

andrewmd5 avatar Jan 27 '17 18:01 andrewmd5

Great to hear that! Looking forward to hearing from you, and thanks for creating such a useful library!

dvygolov avatar Feb 18 '17 11:02 dvygolov