OnedriveApp:这是用于使用Microsoft OneDrive的Google Apps脚本库

时间:2024-05-24 03:38:25
【文件属性】:

文件名称:OnedriveApp:这是用于使用Microsoft OneDrive的Google Apps脚本库

文件大小:450KB

文件格式:ZIP

更新时间:2024-05-24 03:38:25

library google-apps-script onedrive-client onedrive-api gas-library

OnedriveApp 这是用于使用Microsoft OneDrive的Google Apps脚本库。 特征 该库可以使用OneDrive API执行以下功能。 演示版 在此演示中,它将在OneDrive上创建一个名为“ SampleFolder”的文件夹,然后将电子表格文件上载到创建的文件夹中。 电子表格将转换为excel文件并上传。 此处使用的脚本如下。 function createFolder ( ) { OnedriveApp . init ( PropertiesService . getScriptProperties ( ) ) . creatFolder ( "SampleFolder" ) ; } function uploadFile ( ) { var id = DriveApp . getFilesByName ( "samples


【文件预览】:
OnedriveApp-master
----OnedriveApp.js(20KB)
----images()
--------demo_auth.gif(461KB)
--------demo.gif(693KB)
----appsscript.json(126B)
----.codeclimate.yml(376B)
----LICENCE(1KB)
----README.md(13KB)
----doget.html(1KB)

网友评论