Hi,
I'm encountering an issue when trying to send videos from Airtable to Pinterest using a Google share link. It was working initially, but now it seems to have stopped. I'm receiving a message indicating that no content has been uploaded. When checking the "get file" step, I see a 200 status code. I've also verified that the file containing the video is shared with anyone who has the link, and that setting is correct.
Could someone please assist me with this problem?
Google drive to Pinterest.json (103.8 KB)
Hello,
You'll first need to upload the media using the Pinterest Make an API call module. Refer to their documentation here.
Regarding the Google Drive link, ensure it's publicly accessible to allow for a smooth upload to Pinterest.
In callin.io, here are the steps for the Pinterest integration:
1.) Use the Make an API call module to request the media upload. Upon a successful request and response, it should provide the parameters needed to upload the video.
2.) Map the upload URL from the Pinterest Make an API call module to the HTTP Make a request module -
3.) In the Create a Pin module, map the MEDIA ID from the Pinterest Make an API call module.
I followed the exact steps and downloaded the video file using an HTTP GET request with the file module, but the "Pinterest create a pin" module still gives me a 400 error code.
[400] {"code":1,"message":
The mediaid you are trying to use has not been uploaded.","details":{"paramname":"media_id"}}
Has anyone found a solution for this?
Your previous answer was quite thorough.
Could you elaborate on what modifications you've made and how your current scenario is configured?
To help us assist you with your updated scenario, please provide the following:
1. Relevant Screenshots
Please share screenshots of your scenario, any error messages, key module fields, and relevant filters. This will greatly assist other community members in understanding your setup.
You can upload images using the Upload icon in the text editor:
2. Scenario Blueprint
Please export your scenario blueprint file. This allows others to review the mapped variables within the module fields. You can find the Export Blueprint option by clicking the three dots at the bottom of the scenario editor.
3. Output Bundles of Modules
Please provide the output bundles from your modules. You can achieve this by running the scenario (or retrieving them from the scenario History tab). Then, click the white speech bubble located in the top-right corner of each module and select “Download input/output bundles”.
A. Upload as Text File
Save the contents of each bundle in a text editor as a bundle.txt
file and upload it to this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files to this forum, you can alternatively paste the formatted bundles. Here are two methods to format text so it remains unchanged by the forum:
-
Method 1: Type code block manually
Add three backticks
```
before and after the content/bundle, like this:```
content goes here
``` -
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will enable others to replicate the scenario's behavior, even if they don't use the external service.
Following these steps will facilitate assistance from the community. Thank you!
Hope this helps! Please let me know if you have any further questions or encounter any issues.
Hello!
I'm attempting to upload to Pinterest and encountering an error related to the API's trial version. How can I resolve this? My goal is to post production pins, not use the sandbox environment.