-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi there
when using uploadListingImage() I'm getting an Exception: Uploading files using php_streams request engine is not supported in vendor/inakiabt/etsy-php/src/Etsy/EtsyClient.php:52
I'm using it like written in the example:
$listing_image = array(
'params' => array(
'listing_id' => '152326352'
),
'data' => array(
'image' => array('@/path/to/file.jpg;type=image/jpeg')
));
print_r($api->uploadListingImage($listing_image));
What's wrong or missing?
Metadata
Metadata
Assignees
Labels
No labels