Google.GData.Client.Utilities.ConstructUserAgent requires both application name and service name strings
If I pass dummy "A" and "B" into the above this produces: G-A/B-CS-Version=1.7.0.1 Does anyone know where/how the true A B information is obtained? Some info I found from the web: UserAgent sent by the .NET client library has to comply with the canonical format: <application_name> google-api-dotnet-client/<library_version> many thanks upfront to anyone who can help here pav
