新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

Accses using script

回答済み
新規投稿

コメント

1件のコメント

  • 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
    コメントアクション Permalink

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