You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's not too hard to build a valid request for /save in Python or sh/curl, getting the current file contents is much more difficult. It seems the only way to download it is via server-side events. I started trying to write a "raw" handler, but I've never done Go before.
The text was updated successfully, but these errors were encountered:
A potentially simple implementation would be hosting WebDAV at some URL via https://pkg.go.dev/golang.org/x/net/webdav, filtered by ConfigFiles in the webproc config file.
While it's not too hard to build a valid request for /save in Python or sh/curl, getting the current file contents is much more difficult. It seems the only way to download it is via server-side events. I started trying to write a "raw" handler, but I've never done Go before.
The text was updated successfully, but these errors were encountered: