Hello All,
I have created an application to upload the file on box. The file is successfully getting uploaded but when I'm trying to fetch its shared link. The result shows values as null, I used https://api.box.com/2.0/files/:id url with method as PUT but still the url coming is null. I further analyzed it and found that once the file gets uploaded and I will click share then after the shared link url come up but that is something not the behavior we need here. What we need is to get the shared link immediately once the file is uploaded. Any suggestion here would be appreciated. Thanks in advance
