I would like to download a file in DBFS using the FileStore Endpoint.
If the file or folder name contains multibyte characters, the file path cannot be specified due to URL encoding and an error occurs.
Question 1: If a file or folder name contains multibyte characters, is it not possible to download the file using the FileStore Endpoint?
Question 2: Is there any other way to download files stored in DBFS to the local machine other than FileStore Endpoint?
Example:
Store a file in the following path.
/dbfs/FileStore/<file_path>
When the FileStore Endpoint is enabled, the file can be downloaded by accessing the following URL.
https://<workspace_name>/files/<file_path>
If the file or folder name contains multibyte characters, an error will occur.
HTTP ERROR: 404
Problem accessing /files/<encoded_file_path> Reason:
Bad Target: Get <encoded_file_path>