There are photos in shared folder that I have access to. I would like to get the URL of the photos (the JPEG/PNG) in that folder using the V2 NodeJS API.
I am able to enumerate the files in the folder using filesListFolder(). How do I use the "id" or "name" to get the URL. I would like to have a permanent URL instead of a temporary since I will be storing that value in my DB.