You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
Using your package to create listings on Etsy, I tried to upload images with the following code: param = { 'listing_id': listing_id, 'image': '/home/user/link.jpg', 'rank': int(rank) } etsy.uploadListingImage(**param)
but I get the following error: