文件名称:sharepoint:尝试使用 Node.js 在 Microsoft SharePoint 中上传列表下载文档
文件大小:20KB
文件格式:ZIP
更新时间:2024-08-23 23:29:33
JavaScript
共享点 在 Microsoft SharePoint Online中上传/列出/下载文档的冒险......使用 Node.js 入门 const Sharepoint = require('@wmfs/sharepoint') const sp = new Sharepoint('URL HERE') sp.authenticate() sp.getWebEndpoint() sp.getContents(path) sp.createFolder(path) sp.deleteFolder(path) sp.createFile(options) // options = { path, fileName, data } sp.deleteFile(options) // options = { path, fileName } sp.createFileChunked(option
【文件预览】:
sharepoint-master
----.gitignore(2KB)
----package.json(1KB)
----LICENSE(1KB)
----CHANGELOG.md(17KB)
----README.md(2KB)
----lib()
--------index.js(8KB)
----.releaserc.json(728B)
----.circleci()
--------config.yml(2KB)
----renovate.json(589B)
----test()
--------test.js(8KB)
--------fixtures()