Skip to content
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

No permission to import from file #249

Closed
Terrance opened this issue Jan 12, 2024 · 6 comments
Closed

No permission to import from file #249

Terrance opened this issue Jan 12, 2024 · 6 comments

Comments

@Terrance
Copy link

Import > From File fails with the following message:

Import Failed

Reason: Reading storage permission is required for import.

However, the app never asks for the storage permission to be granted, nor do I seem to be able to grant it in Android's app settings.

Device is a OnePlus Nord CE, Android 13, EteSync 2.4.3.

@jahway603
Copy link
Contributor

jahway603 commented Feb 7, 2024

I was just about to file this as an Issue as I'm experiencing the same. This should not be happening, as the correct Android permission is specified in the code here, https://github.com/etesync/android/blob/master/app/src/main/AndroidManifest.xml#L40.

@jahway603
Copy link
Contributor

I hate medium, because they never let you read anything, but it appears that the Android Permission being used, android.permission.READ_EXTERNAL_STORAGE, has been replaced in Android 13+
https://medium.com/@maydin/how-to-migrate-read-external-storage-permission-to-read-media-images-permission-for-android-13-ab99de39318

@jahway603
Copy link
Contributor

This Issue is related to Issue #199

@jahway603
Copy link
Contributor

jahway603 commented Feb 23, 2024

@Terrance
Copy link
Author

Looks like this is now fixed as of #254 and 2.4.4.

@tasn
Copy link
Member

tasn commented Mar 28, 2024

Thanks for closing the ticket, I missed that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants