Video upload video to pinterest

What are you trying to achieve?

Hey, I have been trying to upload a video to Pinterest but I’m getting an error code [400] even I did made the API call and http get a request module following the instructions in Pinterest API documentationbut still It gives me the error.
can’t seem to find any solution to it yet.
any help will be appreciated.
Thanks

Hi @Anas_Anas,

What is the exact error youu’re getting? A 400 error is some form of syntax error. You may be sending incorrect parameters, wrong data types, etc. Only the detailed error response will explain.

To see that, click on the red triangle and look at the exact errr message. You can post a screen shot or post the error message.

L

Hi Anas,

after you initiate the upload, add a sleep module for like a minute. After that check the status and see if the upload is done and add a router afterwards → if the upload is done proceed to posting it; and if its not, wait another minute and then check again.

2 Likes

Hey,

sleep module before the “Create a pin” module correct?

After the module that starts the upload to Pinterest AWS bucket, it takes some time for the video to get there.

1 Like

60 second delay worked thanks for your help!