We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clarify the image upload by mentionning it's a Multipart field as reported by @ocervell
The text was updated successfully, but these errors were encountered:
Should be fixed @ocervell https://openfoodfacts.github.io/api-documentation/#jump-4WRITERequests-Addaphototoanexistingproduct
Sorry, something went wrong.
I think the API route in the request example is still wrong, the correct request should be:
curl -u off:off -F "code=1234567890123" -F "imagefield=front_fr" -F "imgupload_front_fr=@/Users/ocervello/Downloads/1631031226333.jpg" https://fr.openfoodfacts.net/cgi/product_image_upload.pl
No branches or pull requests
Clarify the image upload by mentionning it's a Multipart field
as reported by @ocervell
The text was updated successfully, but these errors were encountered: