-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Android File System Sync Error: Attempt to get length of null array. #538
Comments
Is that with OneDrive? And if so is it regular OneDrive or OneDrive for Business? |
This is with File System sync, path set to |
I think this error happens when the app doesn't have permissions to read/write the local storage. Could you check and see if the "Storage" permission is granted? It's in App > Joplin > Permissions |
Yes!
So I guess there should be a way to check if the app has storage permissions and prompt the user for permission if it does not? |
Ideally yes, but the API to do that in React Native is buggy at the moment, so maybe some other time. For now, I have added a message about it in the config screen. |
Operating system
Application
The text was updated successfully, but these errors were encountered: