nearby-sharing / android

Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)
https://nearshare.shortdev.de
GNU General Public License v3.0
646 stars 33 forks source link

Unauthorized Access Exception #124

Closed fralk closed 4 months ago

fralk commented 6 months ago

Huawei Mate 10 Pro (android 10) I'm unable to receive any file from windows 10, seems like permissions for storage is denied even though I granted them

Screenshot_20231210_191126 Screenshot_20231210_191246_com google android permissioncontroller_edit_24563807648855

saadati944 commented 6 months ago

I have this exact problem on a xiaomi device with android 10

ShortDevelopment commented 6 months ago

@fralk Have you created a file with the same name before?

fralk commented 6 months ago

@fralk Have you created a file with the same name before?

nope; have tried with different files, all the same

ShortDevelopment commented 6 months ago

Okay, I'm going to let the app cache the received file first and then copy to Downloads using Androids Storage Framework.

iGameEveryDay6 commented 5 months ago

I'm facing this issue as well. I'm running the app on a Huawei P20 Pro on Android 10.

bohaoy commented 5 months ago

I'm also facing this issue on the Huawei MatePad Pro 10.8 (2019) running Android 10. For me regardless of what device is sending the file, the exception occurs.

It does seem like it's related to Huawei devices though

ShortDevelopment commented 5 months ago

I'll try to fix this bug this week