client icon indicating copy to clipboard operation
client copied to clipboard

`upload_files` doesn't work when you send a list of paths to it

Open kbolashev opened this issue 1 year ago • 0 comments

Discovered by Jinen

We need to make sure it's usable by users without having them figure out what the list actually has to be, which is a tuple of (path, binary_data). Right now the workaround is to basically map(lambda p: DataSet.get_file(...), paths). Maybe that will be enough to handle most cases.

kbolashev avatar Jun 06 '23 09:06 kbolashev