UploadSiteHostedPictures Failing
I am trying to use the UploadSiteHostedPictures API to no avail. Whenever a I perform a POST I get a 302 response. The location it redirects me to is an HTML page that says "It's not you, its us. Our server is down." (http://pages.sandbox.ebay.com/messages/page_not_responding.html?RlogId=t6n%60bnbvpdp%28ciuoopu0asu%60pkal%3C%3Dosujfaofpset.v0io2%2Bsfvu7371-18a745fb187-0xf6).
Is this error message correct? If so, does this mean the UploadSiteHostedPictures is temporarily not working (I have been getting this error for a couple weeks now) or is it now deprecated/decommissioned? I am using Postman to test requests.
And here is my XML:
urn : e_b_ay : apis:eBLBaseComponents">
<PictureName>jq_test</PictureName>
<PictureSet>Standard</PictureSet>
</UploadSiteHostedPicturesRequest>
(had to make the scope name incorrect in order to post this message and avoid getting the eBay gif).
The image itself is a 1000x1000 JPG.
Thanks in advance for any help!
shipscript
·3 years ago@jusquint28
The error message is HTTP instead of HTTPS. Is that also the problem with your endpoint URL?
jusquint28
OP3 years agoThe endpoint I am using is https://api.sandbox.ebay.com/ws/api.dll. So, I am already using SSL.