Welcome to the new Box Support website. Check out all the details here on what’s changed.

Fail to search folder info on my box app through Python BoxSDK(JWTAuth) token

Answered
New post

Comments

2 comments

  • mbehn-box

    Hi lingjshi,

     

    When you generate a developer token in the Dev Console, it generates a token for your personal box account that you created the application under. So, if you have this content in your personal account, it would surface in a search using the developer token for your personal account. 

     

    When you generate a token using the Python SDK, it generate's a token for your application's Service Account  within the Box Enterprise - not your personal account. If you upload content to the Service Account through the API, it will be searchable using the token returned from the Python SDK.

     

    Hope this helps!

    0
    Comment actions Permalink
  • lingjshi

    Hi mbehn,

     

    Thank you for your advice.

     

    I followed Service Account  , added my service account as a collaborator, it is working well with token generated via Python BoxSDK.

    0
    Comment actions Permalink

Please sign in to leave a comment.