【发布时间】:2015-01-26 03:11:28
【问题描述】:
运行以下代码在 Google Drive API 中创建属性...已经工作了大约 10 个月,然后星期五开始失败...
Service.Properties.Insert(New Google.Apis.Drive.v2.Data.Property() With {.Visibility = "PUBLIC", .Key = "Category", .Value = fq.Category}, uploadedFile.Id).Execute()
我收到以下错误:
Google.Apis.Requests.RequestError
Property not found: key = Category and visibility = PUBLIC [404]
Errors [
Message[Property not found: key = Category and visibility = PUBLIC] Location[ - ] Reason[notFound] Domain[global]
]
有人知道为什么这不再有效吗?我知道星期四他们停电了。
【问题讨论】:
-
跟踪通过网络传输的 http 总是很有用的,然后使用 Try It 功能 developers.google.com/drive/v2/reference/properties/… 将问题缩小到应用程序问题或驱动器问题。
-
这里有同样的错误。工作多年,现在停止工作。
-
这里也有同样的错误。
-
这是谷歌代码的错误......他们最终解决了这个问题,但它也像 7 个工作日......疯了......这么大的公司,你会认为会有像99.9% 的正常运行时间。但是最近真的很糟糕……
-
这个问题可以关闭或标记为已回答吗?
标签: google-app-engine google-drive-api google-drive-realtime-api