name 'BoxAPIException' is not defined

回答済み
新規投稿

コメント

2件のコメント

  • dkadia

    The code worked when i changed my Exception class from BoxAPIException to Exception.

     

    0
    コメントアクション パーマリンク
  • mwiller

     You could also add the following code to your file, to ensure that the name is defined:

     

    from boxsdk.exception import BoxAPIException
    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。