文件名称:collective-upload:可以将资产上传到 Widen Media Collective 的简单概念验证应用程序
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-23 13:50:23
JavaScript
集体上传 简单的概念验证应用程序,可以使用客户端将资产上传到到 。 入门 首先,确保您已使用 Collective 设置了正确的 OAuth 凭据。 其次,根据您从上一步获得的凭据设置适当的环境变量: export COLLECTIVE_CLIENT_ID=foo export COLLECTIVE_CLIENT_SECRET=bar 第三,您可能希望编辑源中的默认node-collective选项(例如,协议、端口和主机——auth可能没问题)。 var collective_options = { protocol: 'http', port: 8080, host: 'localhost', # I have a simple service to get # auth token from a cookie in # the
【文件预览】:
collective-upload-master
----index.js(6KB)
----package.json(1KB)
----LICENSE(1KB)
----static()
--------index.html(427B)
----.gitignore(587B)
----README.md(1KB)