workers-dav icon indicating copy to clipboard operation
workers-dav copied to clipboard

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

Results 4 workers-dav issues
Sort by recently updated
recently updated
newest added

大佬,您好,我在部署成功后,访问workers.dev网页显示以下内容: `{ "error": { "errors": [ { "domain": "global", "reason": "fileNotDownloadable", "message": "Only files with binary content can be downloaded. Use Export with Docs Editors files.", "locationType": "parameter", "location": "alt"...

bug

你好。非常感谢开发gdrive to webdav 并且能在cf运行的小程序。能否简单说一下怎么部署吗?cf上只能添加1个文件的js脚本,您这里多个js怎么合并呢

documentation

参考[alist](https://alist.nn.ci/tool/google/request.html)的做法 ``` { "clientId": "202264815644.apps.googleusercontent.com", "clientSecret": "X4Z3ca8xfWDb1Voo-F9a7ZxJ" } ``` 这样可以省去手动配置`src/drive/config.json`的步骤,将`root`和`refreshToken`都存到kv里。在第一次访问worker的时候显示一个配置页面