Open MFSY opened 2 years ago
If specifying the content_type results in selecting a single file, would it be possible for the path argument in forge.download to allow specifying the output filename, instead of the directory? For example:
path
forge.download
forge.download(resource, "distribution.contentUrl", content_type="application/json", path="output-file.json")
If specifying the content_type results in selecting a single file, would it be possible for the
path
argument inforge.download
to allow specifying the output filename, instead of the directory? For example: