google-app-engine - Google Drive properties.insert 错误

标签 google-app-engine google-drive-api google-drive-realtime-api

运行以下代码以在 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]
]

有人知道为什么这不再有效吗?我知道他们在星期四停电了。

最佳答案

由于这是 Google 方面的错误,并且问题已解决,因此应关闭此问题。

关于google-app-engine - Google Drive properties.insert 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28144325/

相关文章:

java - 如何使用 contains() 进行 JDO 查询?

java - 谷歌云端硬盘 Java API : next page token always null

google-apps-script - Google Doc .makeCopy() 的脚本没有复制评论?

google-drive-api - Google Realtime API - 如何查看现有协作模型?

python - 在 Google 应用引擎上运行基本的 twilio api

java - 我可以将 Guice 中的 @Transactional 与 Google App Engine 的数据存储一起使用吗?

google-drive-api - 访问 Google Drive API downloadURL 时出现 403 Forbidden 错误

html - 包含嵌入/发布的 Google 文档的 Iframe 的自动高度

带有 Google Drive Realtime API 的 Angular 2

java - 如何在 AppEngine (Java) 上保存简单的数字数组?