Unable to select WebContentLink for Google Drive in HTTP Module

I would like to select WebContentLink from Google Drive in my HTTP Module but the closest I can find is Web View Link. Does anyone know what I’m missing?

Welcome to the Make community!

1. Screenshots of module fields and filters

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:
Screenshot_2023-10-07_111039

2. Scenario blueprint/screenshots

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.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

Following these steps will allow others to assist you here. Thanks!

2 Likes

Access Link



Monitoring Folder
Run Time

Hi @samliew,

Uploaded all the images of what I see, as you can see I granted the Google Drive Folder with public access but still cannot retrieve WebContentView in the HTTP Module. Attached the blueprint also here.

blueprint.json (4.5 KB)

Thanks

Hello @vincentywt,

You’re probably not seeing it because the module doesn’t know about it yet (wasn’t defined back when this specific module or function was created).
When the module runs against actual events, the output bundle should reflect the current structure.

You can access it now by using {{1.webContentLink}} or by running the module once.

Please give that a try and see if it helps.

2 Likes

Yes! I see it when I specify {{1.webContentLink}} directly. Thank you @Donald_Mitchell, will give it a go.

3 Likes