Skip to content

FR: Select Folder Location #302

@smsdodwyer

Description

@smsdodwyer

FEATURE REQUEST

Currently DocPicker is used to select a file to consume the URL in the app.
It would be incredibly useful if we could inverse this to also utilize DocPick to select a save destination.

Implementing on iOS
Applying the Folder type with in .open

documentTypes: [kUTTypeFolder as String],
in: .open

https://stackoverflow.com/questions/58576953/showing-a-save-file-document-picker-in-ios-without-providing-local-file-urls

Implementing on Android
Changing intent to ACTION_CREATE_DOCUMENT
https://stackoverflow.com/questions/36675190/which-android-intent-to-use-to-get-the-save-to-device-behaviour-in-dropbox-app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions