7

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.

Kara
  • 6,115
  • 16
  • 50
  • 57
user3597741
  • 429
  • 1
  • 7
  • 13
  • it's always useful to trace the http going over the wire, then use the Try It feature https://developers.google.com/drive/v2/reference/properties/insert#try-it to see narrow down the problem to an app problem or a Drive problem. – pinoyyid Jan 26 '15 at 06:02
  • Same error over here. Worked for years, now stopped working. – dflorey Jan 26 '15 at 12:25
  • Same error here as well. – Joe Germuska Jan 26 '15 at 16:52
  • 1
    It was an error with google code... they ended up fixing the issue but it too like 7 working days... crazy... Such a large company you would think that there would be like 99.9% up time. But lately it has been really bad... – user3597741 Feb 16 '15 at 18:45
  • Can this question be closed or flagged as answered? – Nicholas Sep 14 '15 at 19:03

1 Answers1

0

Since this was an error at Google side, and issue is solved this question shall be closed.

Andreas Mattisson
  • 1,051
  • 2
  • 19
  • 39