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

Perform API search method with JWT

New post

Comments

1 comment

  • Jason

    Hi , great question!

     

    You're on the right track - Server Auth with JWT is the way to go if you don't want your users to explicitly authenticate to box. However, the idea behind Server Auth is that you create App Users on the box side, which you'd map to users of *your* app (assuming you have users on your app). Then, any uploads for app users could be done with tokens for those users. In that case, you could either upload into folder ID 0 (your user's root folder) or collaborate the user into a shared folder owned by another user - however you want to do it!

     

    This idea of having "app users" is what we call "Building on Box Platform":

    One of the ways developers can use the Box Platform APIs is to white-label functionality from the Box web and mobile applications in another software application.

    https://developer.box.com/v2.0/docs/getting-started-box-platform

     

    Hope that helps!

     

    Thanks,

    Jason

     

    0
    Comment actions Permalink

Please sign in to leave a comment.