syncthing-android icon indicating copy to clipboard operation
syncthing-android copied to clipboard

Warning: Your Android version does not allow syncing to external storage devices

Open Core-Xii opened this issue 1 year ago • 16 comments

After a recent Android update syncthing fails to do what it did just fine before. I'm "sharing" a file from a writing app and selecting the 'save to syncthing' icon, but the action fails with "0 files copied", and something about checking applications logs (where are they?). Attempting to set the synced folder by tapping on 'browse' produces this error message which has zero google search results:

"Warning: Your Android version does not allow syncing to external storage devices"

The synced folder is shown under "Internal storage" in My Files app, there is no external storage (?).

What does this mean, why did syncthing stop working properly after android update, and how can I get it working again?

Core-Xii avatar Nov 03 '22 15:11 Core-Xii

Happened to me today. I'm using "Share with" Syncthing daily and it worked fine before.

Any news on this?

ddolcimascolo avatar Jun 15 '23 17:06 ddolcimascolo

Happened to me today. I'm using "Share with" Syncthing daily and it worked fine before.

Any news on this?

Sorry, I do have the message in the app, but my issue is something else. Maybe I always had that message and didn't pay attention...

ddolcimascolo avatar Jun 15 '23 18:06 ddolcimascolo

The recent update broke something. I can't save any files using "Share with" anymore and I get the same message. I also noticed that the browse button is not fully visible: image

steel-steven-87 avatar Jun 17 '23 06:06 steel-steven-87

@steel-steven-87 Yeah, there are buttons at the bottom, but they're not visible. See my other issue #1918

ddolcimascolo avatar Jun 17 '23 07:06 ddolcimascolo

@ddolcimascolo Haha, that's what I call a clean design! 😄

Well, I'm glad there's a workaround, so I can back up the data.

If anyone needs to save, just click around on the bottom right side of the screen to find the invisible save button.

steel-steven-87 avatar Jun 17 '23 09:06 steel-steven-87

I have this too, on two devices: Android 8 and Android 10. Only ever updated syncthing.

r4taw2mg avatar Jul 05 '23 18:07 r4taw2mg

I have started experiencing this on Android 12 when sharing a file from another app via the option "Save to Syncthing". It worked fine previously.

Screenshot_20230709_071649_Syncthing

cizmazia avatar Jul 09 '23 05:07 cizmazia

same problem android 13 app version 1.23.5 Google Pixel 5

by the way 1.23.6-rc.1 bug already fixed

lmiol avatar Jul 13 '23 14:07 lmiol

I have this too, on two devices: Android 8 and Android 10. Only ever updated syncthing.

Still not working in 1.23.6 . I'd really appreciate somebody looking into this. Looks exactly like https://github.com/syncthing/syncthing-android/issues/1850#issuecomment-1627609512

r4taw2mg avatar Aug 09 '23 11:08 r4taw2mg

Same problem here using Grapheneos with Android 13 in a Pixel 6a in Syncthing 1.23.7

dilectia avatar Sep 15 '23 09:09 dilectia

Seems like the folder picker was not adapted work with anything past Android KitKat:

https://github.com/syncthing/syncthing-android/blob/5847e74905b3fe7ddeb92c6ece85e73e48162d80/app/src/main/java/com/nutomic/syncthingandroid/activities/FolderPickerActivity.java#L107

I think @Catfriend1 fixed this one in the fork: https://github.com/Catfriend1/syncthing-android/issues/690

bt90 avatar Sep 15 '23 11:09 bt90

bump

LLCodeWiz avatar Nov 16 '23 12:11 LLCodeWiz

This just happened to me on a Samsung A54 5G running Android 14. It began showing this warning and my folder was unexpectedly changed to "Send Only." I was able to fix it by navigating through the Web GUI to the folder's Advanced tab and choosing "Send/Receive" again. It worked fine after that. Unsure if this will help you, but just in case...

combs avatar Feb 05 '24 04:02 combs

One surprising side effect of this issue is that it can change a folder from "Receive Only" to "Send Only," causing undesired changes to be sent.

combs avatar Feb 13 '24 19:02 combs

Changing the path of the shared folder from "~/Default Folder" to "storage/emulated/0/Default Folder" did the trick for me. Seems that the tilde is causing the problem. The folder needs to be removed and added again to change the path.

bw35 avatar Mar 22 '24 18:03 bw35

@bw35 Android 14 here. This is a functioning work-around for the issue in my instance. Thank you.

fauxmight avatar Apr 01 '24 02:04 fauxmight