RangerMauve/hyper-sdk

drive.mkdir() doesn't create directory

bradjin8 opened this issue · 2 comments

I am trying to create a directory on a drive.
But it creates a file with the same name, instead of a directory.

await drive.mkdir(path)

tested on MacOS Catalina, node v14

Thank you for the heads up.

Do you think you could put together a minimal test case that demonstrates this bug?

Maybe even add a unit test so that we can make sure it's fixed in the future.

New version of hyper-sdk should change this. Please reopen if you're still facing this error.