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
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.