📄️ Save As dialog
Present a Save As dialog using saveDocuments to let users save files to a location of their choice
📄️ Import mode
Import mode allows you to pick a file from the user's device and keep your own copy of it
📄️ Open mode
Open mode allows you to access the selected documents directly.
📄️ Limiting selectable file types
Limit selectable file types in the document picker
📄️ Keeping a local file copy
Use keepLocalCopy to save picked files to your app's storage on Android and iOS
📄️ Directory picker
Pick a directory from the file system with optional long-term access for persistent file I/O
📄️ Android usage notes
Android-specific usage notes comparing Open and Import modes with screenshots
📄️ Virtual files
Handle Android virtual files (Google Docs, Sheets) in the document picker with allowVirtualFiles