bug: When using gdrive as the schema, create_dir
is not working properly
#5615
Labels
bug
Something isn't working
create_dir
is not working properly
#5615
Describe the bug
When calling
create_dir
with gdrive as the schema, the directory is not created with an expected name.I was using the latest Node.js bindings.
Steps to Reproduce
There seems to be no way to create a directory whose name does not contain a trailing slash.
Expected Behavior
While calling
await op.createDir('a/')
, a directory named 'a' rather than 'a/' should be createdAdditional Context
No response
Are you willing to submit a PR to fix this bug?
The text was updated successfully, but these errors were encountered: