-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDcard Write Access #3819
Comments
@Auguss82 not quite sure I follow your reasoning, but at any rate, the Nextcloud app already requests read/write access to external storage. android/src/main/AndroidManifest.xml Line 54 in 2dfbe3d
|
When I upload files it says it does not have write access to base directory sd card, so it cannot delete old file on upload. How do I change the setting or get it to reprompt? I already viewed Settings > Apps > Nextcloud > permissions. All selections enabled. |
I can confirm this. Changed the storage of the camera app to the inside memory and the auto upload can be set to move file to app folder. |
This is verified by "canWrite" permission on the specific folder. |
It has write access to the emulated sdcard but not the mounted removable sdcard. You may have to prompt it to locate the sdcard then click select as some apps require to gain write access to the removable storage. |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
Any more information that is needed? |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
. |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
@Auguss82 it seems that you are the only one left with this problem. |
Might this be the same issue as #2554 ? |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
Samsung LG G6 The problem I am experiencing that the nextcloud app does not request access to external SD that is inserted into the device but read the logical or internal SD card as the external SD card. So if there is a /media/sdcard, which is the logical or internal SD card, nextcloud app assumes this is the external. If there is a /media/0000-0000, the numbers vary on speed of read and write of external SD card and manufacturer of external SD card. it does not detect this inserted external SD card as writable media. However the application does have a storage file located on /media/0000-0000/Android/data/com.nextcloud.client when transferring the application to SD card that is writable but he parent folder of /media/0000-0000/* is not writable as the application does not have permission granted by the OS. Yes I am experiencing the same issue of #2554 and the above reason is why. |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
Same problem on Samsung Galaxy Edge 7 with Android 8 |
Same problem on Samsung Galaxy A6 with Android 10 |
Please reopen. I'm experiencing this on Android 11. I also have some folders in the SD card I want to auto-upload and want the uploads to be moved to next loud folder, and the option is grayed out. I have the feeling the first time I installed the app it worked just fine, but I needed to re-format the SD card. I backed-up all files and inserted it again, but now the exfat filesystem has a different serial number. I think android considers this a different SD and because of that it needs to ask for permission again and next loud is not doing this automatically nor providing any option to do it manually. |
I can confirm the above. I just uninstalled Nextcloud and installed it again and now it can write again to the SD card (i.e. move auto-upload files to the Nextcloud folder). Nextcloud app version 3.16.1 (from f-droid). |
Same problem - I am unable to set write access for Nextcloud app to "Camera" directory (exactly in my case '/storage/43A4-0AF9/DCIM/Camera'). Uninstalling and reinstalling doesn't help. App doesn't ask for permission (but on the other hand it can use folder on SD card for 'Data storage folder'). Google account is managed via Family link (user under 13, if this somehow matters, but i think it don't). Phone: Xiaomi Redmi 5A |
I have the same problem. Moto G7, Android 10, NextCloud version 3.19.0 Alpha1(also tried current Play store version and F-Droid version, whatever those were as of around Dec-27th). My on-phone storage is presented as /storage/emulated/0/ NextCloud properly detects that /storage/A945-0A01/DCIM/Camera is a media directory, but it is read-only so I cannot select the option to delete after upload. I can select this option for folders stored on-device. I have verified through the debugger: NextCloud can read from "/storage/A945-0A01", so it must be treated as External Storage for read permissions, just not getting write permissions. If there's anything else I can look at, please let me know. |
Same problem is still present, Please reopen. Sdcard directory: /storage/34D2-F864/DCIM/Camera |
Please have nextcloud android client to request write access to sd card. This way for people whom have copious amounts of photos videos on auto upload on charge at night and on wifi will have an empty phone to start a new in the morning. Good for travelers and vacationers.
The text was updated successfully, but these errors were encountered: