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
Using version 1.6.0, I can't edit a file. When I tap the pencil icon, I get the following error: Could not write to storage medium.
Edit: using Android 5.0 on Moto X 2014
Edit2: maybe you guys need to add permission in the AndroidManifest.xml file? for example: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
The text was updated successfully, but these errors were encountered:
Using version 1.6.0, I can't edit a file. When I tap the pencil icon, I get the following error: Could not write to storage medium.
Edit: using Android 5.0 on Moto X 2014
Edit2: maybe you guys need to add permission in the
AndroidManifest.xml
file? for example:<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
The text was updated successfully, but these errors were encountered: