Hey,
I’m trying to get a folder’s shared link which should look like that : https://app.box.com/s/[randomcode].
But when I try to display think link from “Box - Get Folder’s shared_link”
It displays instead of the actual url.
What I actually want to do is to extract the [randomcode] part from the url, so I figure out I should try getting it from shared_link with some regex.
Does anyone know how to get the shared_link as a text format ? If not, how to get the [randomcode] part which can be found in the folder url (Box | Login)
Also, is it possible to remotely add a shared link to an unshared folder ?
Thanks for your time.