Running the following code to create a property in Google drive API... been working for about 10 months then Friday it began to fail...
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]
]
Anyone have any idea why this no longer works? I know that on Thursday they had an outage.