What are you trying to achieve?
Hey, I've been attempting to upload a video to Pinterest but I'm encountering an error code [400]. I've made the API call and used the HTTP GET request module, following the instructions in the Pinterest API documentation, yet it still returns the error.
I can't seem to find a solution for this yet.
Any assistance would be greatly appreciated.
Thanks
Hi,
Could you please specify the exact error you are encountering? A 400 error typically indicates a syntax issue, possibly due to incorrect parameters or data types being sent. The detailed error response is necessary to pinpoint the exact cause.
To view this, please click on the red triangle and examine the precise error message. You can share a screenshot or paste the error message here.
Hi Anas,
After you start the upload, include a sleep module for approximately one minute. Subsequently, verify the status to confirm if the upload is complete and then add a router. If the upload is finished, proceed with posting it. If not, wait another minute and check again.
Hi,
Should the sleep module come before the “Create a pin” module?
Following the module that initiates the upload to the Pinterest AWS bucket, there's a delay before the video becomes available there.
The 60-second delay was effective, thank you for your assistance!