Hernan Mijail Percca Minaya

  • 合計アクティビティ 12
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 3

投稿

Hernan Mijail Percca Minayaによる最近のアクティビティ 最近のアクティビティ 投票
  • JWT auth and service account

    Hi there. I was trying to access to my box account with a custom app + JWT auth. I'm using the following script: from boxsdk import JWTAuthfrom boxsdk import OAuth2, Clientsdk = JWTAuth.from_settin...

  • API box target

    Hey! I wrote the following code with the Python SDK: from boxsdk import DevelopmentClientclient = DevelopmentClient()items = client.folder(folder_id='0').get_items()for item in items: print('{0}...

  • Authorization

    回答済み

    Hi team! Is the enterprise authorization required in order to obtain permissions to use the API in a script? I'm trying to connect to the app, but I received a unauthorized message: from boxsdk imp...