You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Rodrigo_lobera's avatar
Rodrigo_lobera
New member | Level 2
9 years ago

API dropbox to get url image???/ funcion de la API de dropbox para obtener la url de imagen

Hi, what function of API dropbox I get url of a image???

 

Hola, que funcion de la API de dropbox me permite obtener la URL de una imagen??

 

Saludos

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    If you want to get a URL for a file (image or otherwise), you can use /2/files/get_temporary_link. This will yield the original file data.

     

    If you want a thumbnail of an image though, you can use /2/files/get_thumbnail. Note that this returns the thumbnail data directly, and not as a URL, though.