Upload_large_folder() issue with uploading to spaces

I am trying to use upload_large_folder() with HfApi to upload some large data to a space however I keep getting an error related to not specifying the sdk when calling create_repo(), which happens under the hood.

Any insight?

1 Like

It is optional, but if you don’t specify it, an error will occur. Let’s specify it.

Yes! Could you explain how I could specify it? Thanks for the response!

1 Like

There doesn’t seem to be a solution. The workaround would be to create_repo first. I’ll raise an issue if not exists.

I raised an issue.