-
Notifications
You must be signed in to change notification settings - Fork 190
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
rest_upload_no_data issue #344
Comments
I have the same problem. Anyone can help with a working example on how to use |
@cungminh2710 I just ran into the same issue. I was able to solve it by applying a filename as second parameter: Hope this helps. Greets, Michael |
…g a buffer Fixes #344 props @cungminh2710, @mvhirsch
…g a buffer (#418) Fixes #344 props @cungminh2710, @mvhirsch
…g a buffer (#418) Fixes #344 props @cungminh2710, @mvhirsch
Thank you @cungminh2710 for raising the issue, and @mvhirsch for identifying the problem. We will be shipping an improved error notification for this situation in the upcoming v1.2.2 release so that it is more obvious that I appreciate your support! |
I had a piece of NodeJs code that retrieve buffer from a image URL then upload to Wordpress using wp.media().
What I get after running the script:
Error: No data supplied
The text was updated successfully, but these errors were encountered: