我正在尝试使用google_drive gem复制Google电子表格。这已经工作了好几个月了。
但是,我现在一直收到以下错误:
Sending HTTP post https://www.googleapis.com/drive/v3/files/$fileid/copy?fields=%2A
{
"error": {
"errors": [
{
"domain": "global",
"reason": "responsePreparationFailure",
"message": "The operation was successful, but there was an error preparing the response."
}
],
"code": 500,
"message": "The operation was successful, but there was an error preparing the response."
}
}
我尝试过更新图书馆,但没有任何乐趣。 endpoint的文档未提及此fields
参数。这可能是问题吗?
答案 0 :(得分:1)
500是Google服务器问题。你最好的是等待几分钟然后再试一次。您还可以检查其服务器状态页面以确保没有任何内容