Skip to content

Kindly consider updating the Token-generation URL in the notes. #1574

@msawai0501

Description

@msawai0501

Could you kindly consider updating all code comments that currently reference https://www.box.com/api/oauth2/token to the officially supported URL https://api.box.com/oauth2/token? The current URL (https://www.box.com/api/oauth2/token) is not supported and has caused confusion for some customers.

e.g.
https://github.com/box/box-java-sdk/blob/main/src/main/java/com/box/sdk/BoxAPIConnection.java

/**
 * Gets the token URL that's used to request access tokens.  The default value is
 * "https://www.box.com/api/oauth2/token".
 * The URL is created from {@link BoxAPIConnection#baseURL} and {@link BoxAPIConnection#TOKEN_URL_SUFFIX}.
 *
 * @return the token URL.
 */

Metadata

Metadata

Labels

enhancementAdded to issues that describes enhancements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions