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

How to access files from public app user (no access token)

New post

Comments

1 comment

  • Kourtney

    Hey Isabel, 

    It sounds like you will indeed want to use JWT as the authentication method. However, you're always going to need an access token in order to access Box content for security reasons. Your code should take care of this and not require any end-user interaction. Your developer token is going to be associated with your account's email address, whereas by default, you'll obtain a token for the app's service account. You can validate which user is associated with your token by calling this endpoint. You'll take the service account's email address (AutomationUser) and add it as a collaborator on the content you want your application to have access to. Since you don't want them to be able to edit/delete, it sounds like you may want to use the preview collaboration level, but I recommend reviewing the chart of options here

    Best, 

    Kourtney

    Box Developer Advocate

    0
    Comment actions Permalink

Please sign in to leave a comment.