Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

AuthScope assumes prefix is https://www.googleapis.com/auth/ #2

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions