You can create a web_link file on a Box Folder. The web_link can be shared via Box UI, but I could not do it with API v2.0:
Neither:
PUT /files/{file id} nor
PUT /web_links/{file id}
worked. Both returned HTTP 404 when used with the id of the web_link.
Is this supported or am I missing something?
Now even the shared_link is not returned when requested with get_folder_contents – OKE Nov 25 '12 at 13:13