> ## 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.

# 一般的なエラー

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

## サービスまたはEnterpriseのアプリ承認を取得できません

<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="取得不可能エラー" width="3600" height="823" data-path="images/guides/authorization/unable_to_retreive.png" />
</Frame>

このエラーは、入力したクライアントIDが無効であることを示しています。この問題を解決するには、開発者コンソールからクライアントIDを再度コピーし、末尾に余分な文字を含めていないことを確認してください。

## アプリ承認の追加に問題が発生しました

このエラーは、Enterprise設定を表示する権限は付与されているが、編集する権限が付与されていないBox共同管理者であることを示しています。アプリケーションを正常に承認するには、Box管理者に編集権限を付与してもらう必要があります。

<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="問題発生エラー" width="3600" height="769" data-path="images/guides/authorization/something_went_wrong.png" />
</Frame>

## 管理者により無効化されました

このエラーは、承認の要件の一部が満たされていないことを示しています。特定のアプリケーションに必要な手順を確認するには、Boxの<Link href="/guides/authorization">承認ガイド</Link>を参照してください。

<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="管理者のエラー" width="3600" height="1593" data-path="images/guides/authorization/admin_error.png" />
</Frame>
