Welcome to the new Box Support website. Check out all the details here on what’s changed.

Getting Direct Link without creating Shared Link

New post

Comments

2 comments

  • Kourtney

    Hello, 

     

    Thanks so much for using our Platform and Development Forum! 

     

    A few thoughts: 

     

    • You could use the file object. It's not listed with the other fields, but you can use the download_url field. An example of this would be GET https://api.box.com/2.0/files/5639341636?fields=download_url. This link will live for 15 minutes. You can also take a look here if you'd like to see an implemented version. I'm not sure this option will work for you if you need to use it long term though
    • You could use the authenticated_download_url field

     

    Best, 

    Kourtney

    0
    Comment actions Permalink
  • chanmar

    Thanks for the suggestions. We would need a permalink to it, so the first option would not work in our use case. I tried the authenticated_download_url but it does not load or when used in an img src tag.

     

    This is the direct link we're looking for to use (it ends in the file extension .png), but it requires someone to go into the UI and make a shared link. We're trying to find a way to get the direct link without doing this step and through scripting/API since we have over 50000 png files. The direct links would then be fed into a reporting tool for display.

     

    2018-09-04_15-02-33.png

    0
    Comment actions Permalink

Please sign in to leave a comment.