メインコンテンツへスキップ

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.

Pythonプロジェクトでは、Box Python SDKを使用してBox APIを呼び出すことができます。

GitHubでPython SDKの詳細を確認する

インストール

Python SDKをインストールするには、pipを使用してターミナルウィンドウまたはコマンドプロンプトから以下のコマンドを実行します。
pip install boxsdk

JWTアプリケーション

サーバー側を使用するBoxアプリを使用する場合、次の追加モジュールをインストールします。
pip install "boxsdk[jwt]"