Is there a way to crop images from my Box account

I would like to view the images on my account in a box inside the simple rails app . The goal is to run a slide show with these images. I searched for the necessary parameters to pass each url image to the <img source> . It seems that I can only upload images or view them from the Box app.

Is this accurate or am I missing something in the Box API documentation?

+4
source share
1 answer

When you create a shared link for a file, there is a download_url attribute that you can use to directly link to a file.

http://developers.box.com/docs/#files-create-a-shared-link-for-a-file

0
source