service.Permissions.Insert(new Google.Apis.Drive.v2.Data.Permission() { Value = user.EMail, Type = "user", Role = "reader", AdditionalRoles = new List<string>() { "commenter" } }, file.Id)
It worked fine...until today. Today I get the following response:
Bad Request. User message: "Sorry, an item is restricted in sharing."
Even when I try to use their demo I get the same response: