You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the app is not granted storage permissions, it crashes when trying to upload a file to the server. A check should be made to ensure that either
a) permissions are modified to grant storage access
or
b) no upload is attempted
The text was updated successfully, but these errors were encountered:
We can set it, but if the user then goes into his setting and changes it the app will crash. Apps still run even if certain permissions are not granted. So just adding the check in a If() condition will prevent a crash.
Currently, if the app is not granted storage permissions, it crashes when trying to upload a file to the server. A check should be made to ensure that either
a) permissions are modified to grant storage access
or
b) no upload is attempted
The text was updated successfully, but these errors were encountered: