Skip to content

使用 Cloudflare Workers 为 Google Drive 提供 WebDAV 服务 / WebDAV supports for Google Drive using Cloudflare Workers

License

Notifications You must be signed in to change notification settings

SunYufei/workers-dav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workers-DAV

使用 Cloudflare Workers 为 Google Drive 提供 WebDAV 支持

WebDAV supports for Google Drive using Cloudflare Workers

功能开发中

主要功能

  • 网盘挂载
  • 文件列表获取
  • 文件下载
  • 文件/文件夹移动
  • 文件/文件夹删除

配置与部署

拉取项目

git clone --depth=1 https://github.com/SunYufei/workers-dav.git

安装项目依赖

cd workers-dav
npm install

配置项目属性

部署

cd workers-dav
npm run prod

文档

  1. 模块调用关系
  2. Cloudflare Workers 文档
  3. Google Drive API
  4. WebDAV 标准

参考内容

许可

MIT License

About

使用 Cloudflare Workers 为 Google Drive 提供 WebDAV 服务 / WebDAV supports for Google Drive using Cloudflare Workers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published