Skip to content

fsspec.gui.FileSelector, doesn't work with remote protocols?  #1359

Closed
@okz

Description

@okz

FileSelector implementation suggests remote protocol support is implemented, but I haven't been able to figure out how to use it?

Maybe the implementation has a bug with storage options?

fsspec.gui.FileSelector("az://.", **so)
>> TypeError: FileSelector.__init__() got an unexpected keyword argument 'account_name'

fsspec.gui.FileSelector("file://.", storage_options=so)
>>
TypeError: FileSelector.__init__() got an unexpected keyword argument 'storage_options'

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