How do I get a file absolute url from an app?

Hi all,

We are not finding in docs an explicit public API to get a specific file URL. We tried iGenerateURLs, but method linkTo didn’t work. Also he method getPath orgetInternalPath from Files interface doesn’t give the remote.php/webdav part of the URL.

Thanks!

daniel

Files are exposed via WebDAV so try that :slight_smile:

Your usecase may be interesting