You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set Service.UserAgent, then that gets appended to the user agent string (e.g., "google-api-go-client/0.5"). RFC 7231 §5.5.3 states,
By convention, the product identifiers are listed in decreasing order of their significance for identifying the user agent software.
Users of the client library are the most important product (i.e., the application or server software itself), followed by any wrapper libraries that might consume and repackage the go client, then the go client.
Suggest you reverse the order and append the client's agent string to any provided user agent.
The text was updated successfully, but these errors were encountered:
If you set
Service.UserAgent
, then that gets appended to the user agent string (e.g., "google-api-go-client/0.5"). RFC 7231 §5.5.3 states,Users of the client library are the most important product (i.e., the application or server software itself), followed by any wrapper libraries that might consume and repackage the go client, then the go client.
Suggest you reverse the order and append the client's agent string to any provided user agent.
The text was updated successfully, but these errors were encountered: