I am reaching out as a novice in the field of automation seeking guidance on a specific task. I am attempting to create a scenario that seamlessly transfers videos from Google Drive to Pinterest, generating new Pins in the process.
I have explored the Pinterest API and HTTP module, but my efforts have yielded unsatisfactory results. I have also delved into community forums for potential solutions, but unfortunately, this issue seems to be underexplored.
Therefore, I humbly request your assistance in resolving this challenge. Any insights, suggestions, or recommended approaches would be immensely valuable.
Thank you for considering my request. I eagerly await your guidance.
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what youāre looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
Iām trying to automate the process of uploading video files from Google Drive to Pinterest as new video pins. Iāve attempted using HTTP requests, file retrieval, and Pinterest API calls, but nothing seems to work effectively.
Iām seeking guidance on how to directly receive and upload videos from Google Drive to Pinterest. If thereās a tutorial available, I would greatly appreciate it.
you need to make a video post request to Pinterest API first. It will return some variables and a link to the Pinterest AWS bucket - using them you can upload the video. Then give it a minute or so to finish processing and you can use it to make a Pin with that video. You can have look at the Pinterest API documentation for more thorough explanation.
Iāve reviewed the documentation, but Iām still struggling to grasp some of the concepts. As a newcomer to automation, I havenāt been able to locate any video tutorials that specifically address this issue. While Iāve managed to automate the process of posting images from Google Drive to Pinterest, videos pose a greater challenge. The HTTP GET request for video files returns a lengthy string, and incorporating the Pinterest API call to retrieve the media ID hasnāt yielded any positive results.
Could you please provide a detailed plan āblueprintā that guides me in identifying the necessary parameters for this automation process?
Hello Stoyan,
Thank you for your response. I have followed the steps outlined and attempted to upload the video, but I am still encountering difficulties.
Iām encountering an issue while uploading the video. Iāve tried using both the āgetweblinkā and āfileidā methods, but neither seems to be working effectively
from what I can see in the documentation, you canāt forward a url to Pinterest, it needs to be a file. So use a Get a File HTTP module to get the file from google drive, then map the file itself in the uploading module.