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
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Is there an existing issue for this?
Package version
v1.9.0
Language version and compiler version
go 1.18, javac 11
Bug description
Connect a phone running Android 11+ (Android 30+) which has an external SD card.
In the Java IPFS constructor, set
internalStoragefalse. Change this line to:(In my case, externalDir is
/storage/C45B-552B/Android/data/null.example/files.)3. Run the test app.
Current behavior
Logcat shows the error "IPFS start error: Node start failed: Repo opening failed" from this line.
Expected behavior
The app should prompt the user for permission to use the directory, and successfully open the repo.
Environment
macOS 10.15 on Samsung Galaxy S20, Android 12
Other
No response