-
Notifications
You must be signed in to change notification settings - Fork 84
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
Can't upload image in version 2.0 #43
Comments
@gr3yw0rm have you solved it? |
I'm getting the same error as you, is there any other solution? |
have you solved it? |
have you solved it? |
Has anyone managed to get this to work? Are they expecting an image URL or a blob? Getting an error as follows:
|
i manage to fix this, it was on the library itself where we push fix application/json content-type headers |
Has anyone successfully uploaded an image in the media space? Shopee's API doc is currently vague and incomplete. I've tried posting with the image's URL and binary code (see sample code below). Even the api test tool is showing the same error message.
Code 1:
Code 2:
print(response)
{'error': 'prodct.error_param', 'message': "can't find image file", 'warning': '', 'request_id': '354d1e0b625c3db6f2c12e25196dcb1c'}
The text was updated successfully, but these errors were encountered: