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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
What steps will reproduce the problem?
1. Generate documentation for an API that doesn't use
https://www.googleapis.com/auth/ as a base for scope
What is the expected output? What do you see instead?
public static final String SOMETHING = "(url)";
but the template generates invalid Java here:
public static final String = "(url)";
What version of the product are you using? On what operating system?
git tip, Mac
Please provide any additional information below.
This probably shouldn't assume that the scope is prefixed with something
specific:
# Strip the common prefix to get a unique identifying name
prefix_len = len('https://www.googleapis.com/auth/')
Original issue reported on code.google.com by mmast...@gmail.com on 28 Jan 2013 at 10:44