Google Drive.insert Property Error

Running the following code to create a property in the Google Drive API ... worked for about 10 months, and then on Friday it started crashing ...

Service.Properties.Insert(New Google.Apis.Drive.v2.Data.Property() With {.Visibility = "PUBLIC", .Key = "Category", .Value = fq.Category}, uploadedFile.Id).Execute() 

I get the following error:

  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] ] 

Does anyone have an idea why this is no longer working? I know that on Thursday they had a failure.

+7
google-app-engine google-drive-sdk google-drive-realtime-api
source share
1 answer

Since this was a mistake on the Google side and the problem was resolved, this issue should be closed.

0
source share

All Articles