IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.18k stars 60 forks source link

[BUG] Cannot send picture to SD card #450

Open Captn138 opened 1 week ago

Captn138 commented 1 week ago

[Delete before submission] Please use and reproduce the bug on the latest build from Github Actions (Artifacts)

Describe the bug I cannot send a picture to a folder which is located on my SD card, using the "Copy to" or "Move to" options, a folder with the same name is created in the internal storage instead.

To Reproduce Steps to reproduce the behavior:

  1. Open up a Picture located in the internal storage
  2. Click on "Copy to" or "Move to"
  3. Select a folder which is located in the SD card as destination
  4. See that a new folder has been created, with the same name, but in the internal storage

Expected behavior The picture should be copied/moved to the actual folder

Screenshots Here's a screenshot showing that a picture op my cat was copied to a newly created "Camera" folder, which in in the internal storage instead of the selected "Camera" folder which is in the SD card remix-8246a09b-c0b7-45e1-8e68-09665c2cf9c2.png

Smartphone (please complete the following information):

Additional context I previously created a ticket stating that I couldn't access my SD card folders, and it turned out that I had to allow access to all files, which I did

IacobIonut01 commented 1 week ago
  1. Please use the latest 3.0.0 version
  2. To access external folders like sdcard, the app must receive All Files storage permission
Captn138 commented 1 week ago

Hello, I am using the app from F-Droid. There is no update available...

As for the permission, as I mentioned earlier, they have been added Screenshot_20240902-113104_Settings.png

IacobIonut01 commented 1 week ago

Screenshot_20240902-123303.png

The F-Droid version will take some time to update, the building and updating is done on their side

Captn138 commented 1 week ago

Hey, I found the apk in tbe releases and updated to version 3.0.0. The problem exists in the very exact same way. And I forgot to send this, but the permissions are all set. Screenshot_20240902-113918_Permission controller.png

IacobIonut01 commented 1 week ago

That is not the All Files permission

IacobIonut01 commented 1 week ago

It is located under Settings > Apps > Special app access > All files access

Captn138 commented 1 week ago

It is allowed too Screenshot_20240902-114412_Settings.png