> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Common Errors

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = localizeLink(href);
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

## Unable to retrieve service of enterprise app authorization

<Frame border>
  <img src="https://mintcdn.com/box/KBEcg4yicgc_HMRY/images/guides/authorization/unable_to_retreive.png?fit=max&auto=format&n=KBEcg4yicgc_HMRY&q=85&s=c66b2d9627c859462ae89e3cbd0ea7ec" alt="Unable to retreive error" width="3600" height="823" data-path="images/guides/authorization/unable_to_retreive.png" />
</Frame>

This error indicates that the entered client ID entered is invalid.
To resolve this issue, please re-copy the Client ID from the Developer Console
and ensure you are not including any trailing characters.

## Something went wrong with adding the app authorization

This error indicates you are a Box co-admin granted privileges to view, but not
edit enterprise settings. You will need to have your Box Admin grant edit
privileges in order to successfully authorize an application.

<Frame border>
  <img src="https://mintcdn.com/box/KBEcg4yicgc_HMRY/images/guides/authorization/something_went_wrong.png?fit=max&auto=format&n=KBEcg4yicgc_HMRY&q=85&s=90b3d9ae342fba017783dd2edcf940cd" alt="Something went wrong error" width="3600" height="769" data-path="images/guides/authorization/something_went_wrong.png" />
</Frame>

## Disabled by Administrator

This error indicates that not all authorization requirements are satisfied.
Please review our <Link href="/guides/authorization">authorization guide</Link> to confirm the necessary steps for
a given application.

<Frame border>
  <img src="https://mintcdn.com/box/KBEcg4yicgc_HMRY/images/guides/authorization/admin_error.png?fit=max&auto=format&n=KBEcg4yicgc_HMRY&q=85&s=213f0086bd7a197e6445e0a0c7c18fa9" alt="Admin error" width="3600" height="1593" data-path="images/guides/authorization/admin_error.png" />
</Frame>
