Get the url instead of file name

Hey everyone,

I am trying to grab the URL of a file instead of the text string.
Let’s say the file is named “Dog”, and it’s a hyperlink with the goolgle drive url: https://drive.google.com/open?id=1yad5by1A0V8SDC34YhgdxNvv4ThJ5bUW

How do I access that URL instead of “Dog”

Thanks

How is the text containing both look like? What is the format in (HTML or markdown or something else?)

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 and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

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!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes

Hi @Peter_Chen

Generally, if the file is located in Google Drive, you will have a field named “Web View Link”.

Hence, could you please share the screenshot of output response from previous module.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live

Explore our YouTube Channel for valuable insights and updates!

Thanks for the reply. What I did was take the name of the txt file and use Search file/folder module.

1 Like