google-api-java-client icon indicating copy to clipboard operation
google-api-java-client copied to clipboard

GoogleJsonResponseException link to "Error Responses" is broken (404)

Open tivv opened this issue 5 months ago • 1 comments

Code example

/**
 * Exception thrown when an error status code is detected in an HTTP response to a Google API that
 * uses the JSON format, using the format specified in <a href=
 * "https://developers.google.com/url-shortener/v1/getting_started?csw=1#errors">Error
 * Responses</a>.
 */

from https://github.com/googleapis/google-api-java-client/blob/main/google-api-client/src/main/java/com/google/api/client/googleapis/json/GoogleJsonResponseException.java

External references such as API reference guides

The https://developers.google.com/url-shortener/v1/getting_started?csw=1#errors returns 404

tivv avatar Sep 19 '24 16:09 tivv