robdupre
robdupre
Android app 3.31.1 Nextcloud 30.0.0 I believe I am seeing the same behaviour. Not all images I take are being uploaded and it does seem to be time related. Trying...
Agreed something that forces a rescan of monitored folders would be really useful. I find going into auto upload, unchecking anf rechecking the camera folder is **not** enough to trigger...
Hi all, a work around proposed in a linked thread has worked well for me: https://github.com/nextcloud/android/issues/15050#issuecomment-3068773409 The TLDR is turn off auto upload and instead use an applicaton called [foldersync](https://foldersync.io/)
> For anyone stumbling on this topic: I switched to using the folderSync app for syncing to nextcloud. Works like a charm. Stable and more flexible. @jacksbox can ypou describe...
> [@robdupre](https://github.com/robdupre) FolderSync is an android app (paid or free with ads) which allows to sync to various remote services / via various e protocols. You can setup one or...
Im UK based and have the same issue unauthenticated works: ``` ytmusic = YTMusic() search_results = ytmusic.search('Oasis Wonderwall') ``` Fails: ``` ytmusic = YTMusic('oauth.json', oauth_credentials=OAuthCredentials(client_id=client_id, client_secret=client_secret)) search_results = ytmusic.search('Oasis Wonderwall')...