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

Accses using script

Answered
New post

Comments

1 comment

  • jcleblanc

    Hi there,

    If you want users to log in to their Box accounts for you to access files, then I'd recommend the standard OAuth 2 flow. Your application will redirect the user to Box to log in and grant permissions to your app, then they'll be forwarded back to your app. You can then use the token scoped for their account to access files / folders. 

    That'll probably be the best method for your use case as we do not support usernames / passwords being passed in the API requests as it's not secure.

    1
    Comment actions Permalink

Please sign in to leave a comment.