s-KaiNet / spsave

Save files in SharePoint using node.js easily
MIT License
86 stars 22 forks source link

Can I create a new folder without file in a directory? #49

Closed anfasci closed 5 years ago

anfasci commented 5 years ago

Can I create a new folder without file in a directory. I don't need to create new file. My plan is to upload a file After creating a folder. How it possible? Can you give an example using spsave in nodejs?

s-KaiNet commented 5 years ago

This is not possible with spsave.

ghost commented 4 years ago

@s-KaiNet any idea how to implement folder creation

s-KaiNet commented 4 years ago

You can use sp-request for that purpose, but it obviously out of the scope for this library.