Basically I’m trying download a file from a url that I retreive from a previous request in Make. I was wondering if it’s possibel to do that using http or GraphQL method? I tried Matias suggestion regarding public url from a community topic here on monday but it’s giving me an error…
Regarding the question about the possibility of downloading the file via Make from the URL provided by monday, I recommend checking that with Make’s team.
Yes, there is a “Download a File” module. It takes an Asset ID. You get the asset ID by getting the item and its column values using the “Get an Item” module. The file column value in that will contain an array of files, each has an asset ID you can use to get the file.
That is the official way to download a file in make.