Skip to content

FR: Select Folder Location #302

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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