Hello
I am trying to create weblinks for files on my dropbox account.
print(dbx.sharing_create_shared_link_with_settings("/Apps/Noemiephotos/test.jpg").url)
I am getting this error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))
I also tried "/test.jpg" since the app only as permission to its folder. But it makes no difference