-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot upload or add products images. #118
Comments
Hello @kulunkadeco |
@EduLeonPavon Additional information: full HGMSBST9J6XRV9J2RQ7CAWDF459GZQ7I Basic SEdNU0JTVDlKNlhSVjlKMlJRN0NBV0RGNDU5R1pRN0kgIDo= text/xml HttpStatusCode: InternalServerError Code:
|
Web service was authorized? |
@mcaykara |
Hımmm, yes, now i saw exception |
Hi, news about this bug?
Thank you anyway for this great work :) |
Hi, news about this? ImageFactory images = new ImageFactory(BaseUrl, Account, Password); How can i solve this? |
I was able to work around it by checking the id_default_image property. |
Hello everybody,
First of all, thank you for this usefull library.
I'm working with Prestashop Cloud and I have found a problem I'm not able to solve.
I can get products, Manufacturers and so on without problem. But I cannot upload or add products images.
Here is the code where I upload or add a new image:
ImageFactory myFactory = new ImageFactory(BaseUrl, Account, Password);
string image = @"D:\test1.jpg";
myFactory.AddProductImage(1, image);
myFactory.UpdateProductImage(1, 1, image);
error {"\r\nCC8N5UKFD62I4VDLPSMUXQNUWS5DVYPG\r\n\r\nBasic Q0M4TjVVS0ZENjJJNFZETFBTTVVYUU5VV1M1RFZZUEc6\r\n\r\napplication/json, application/xml, text/json, text/x-json, text/javascript, text/xml\r\n\r\n HttpStatusCode: InternalServerError"}
Thanks in advance
The text was updated successfully, but these errors were encountered: