我想知道当您从 gae/go 删除 gcs 文件时要传递的文件名。虽然通过了“/gs/{bucketname}/{filename}”,但是返回了错误信息“RPC error UNKNOWN_ERROR:”package mainimport ( "appengine" "appengine/file" "net/http")func handle(w http.ResponseWriter, r *http.Request) { c := appengine.NewContext(r) file.Delete(c, "/gs/{bucketname}/{filename}")}
1 回答
- 1 回答
- 0 关注
- 179 浏览
添加回答
举报
0/150
提交
取消