Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected boolean isGuestUserAllowed(String path) {
// client-facing messages when authorization fails
private static final String MISSING_OR_INVALID_TOKEN = "Valid API Key required for this endpoint.";
private static final String EXPIRED_TOKEN = "Submitted API Key has expired.";
private static final String REGISTERED_USERS_ONLY = "This endpoint is only available to registered users, and requires an API key.";
private static final String REGISTERED_USERS_ONLY = "This endpoint is only available to registered users, and requires an API key. If you are using your browser, make sure you are logged in into the website. If you are trying to get the files programmatically:";

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"logged in into" should be "logged into" or "logged in to" Also, looks like there should be more here at the end.


/**
* @return additional explanation to be returned with 401/403 responses
Expand Down
Loading