我们正在尝试将图像保存到swift数据库中。 我们不断收到上述错误。帮助....?
def http = new HTTPBuilder( 'https://******.objectstore.eu/' )
http.auth.basic '***', '***'
http.post(
path:'/images/',
body: new File('C:/Users/****/Desktop/jaja.txt').bytes,
requestContentType: BINARY
) { response ->
println response.statusLine
}
authSite.shutdown()
此行发生错误:
body: new File('C:/Users/****/Desktop/jaja.txt').bytes,