dropbox / dropbox/dropbox-sdk-python

question: API to get download url for a file within shared_link folder

Abierto
#163 2 comentarios 2 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
983
Forks
330
Merge medio
3 min
PR fusionados (30 d)
10

Descripción

Using `.files_list_folder(path="", shared_link=dropbox.files.SharedLink(url="https://www.dropbox.com/sh/ofdd6ia32eo4wk5/AAA8553of0M2tQVlfR0S2GTFa"))` it is possible to obtain a `ListFolderResult` instance with `FileMetadata` (and `FolderMetadata` for recursion) entries.
For "owned" directories (not shared ones) it is possible to use `.sharing_create_shared_link(path, ...)` to obtain download URLs for individual files in your own dropbox `path`.
But I found nowhere in API a method to obtain a (public) download url (if files under `shared_link` were all shared as well) to the files discovered in the `shared_link` folder, e.g. as identified by `FileMetadata.rev` or `FileMetadata.id`.
Is there an API to achieve that?

Thank you in advance for the clarification/guidance!

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.