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.
google-app-engine google-drive-sdk google-drive-realtime-api
user3597741
source share