I am looking for a way to automate the conversion of Google Drive image links into Dropbox direct URLs so they can be used in a Notion database.
The issue: Notion does not display image previews for Google Drive links, while direct URLs from Dropbox work correctly. This means that when adding Google Drive image links to a Notion database, the images are not visible as previews.
Proposed solution: I would like to use ActivePieces to create a workflow that:
- Reads Google Drive image links from a Google Sheet
- Downloads the images from Google Drive
- Uploads them to Dropbox
- Retrieves the direct Dropbox URLs and updates the Google Sheet
The challenge: I am unsure how to structure the ActivePieces workflow to:
- Download an image from Google Drive
- Upload the image to Dropbox
- Obtain the direct Dropbox URL for the uploaded image
Has anyone implemented a similar solution or has experience with setting up these steps in ActivePieces? Any guidance would be appreciated.