Title
z

zaksingh

09/20/2017, 5:10 AM
How do you guys set up file downloading once a file is uploaded? I saw this: https://www.graph.cool/docs/reference/file-handling/file-download-beim3teevi/ but I can't figure out how to use curl
n

notrab

09/20/2017, 7:07 AM
Once the file is uploaded and the Promise is resolved, you’ll receive the URL. You could then use the URL to download the file.
z

zaksingh

09/20/2017, 10:51 PM
How do you use the url to download the file?