How to use API with for simple operations

新規投稿

コメント

2件のコメント

  • solars

    I'm also new with the API and found your question because it is similar to my question.  If you're operating from a command line, you may want to explore the FTP access capability which involves setting an 'External Password' in the your box.com account.  The box.com documentation has a couple of examples using curl to make ftp connections to ftp.box.com.

    If the box API can support custom SSO-incapable apps, I presume it would be through the 'External Password' path.  Hopefully a more knowledgeable developer/contributor can help us out on this.

    0
    コメントアクション パーマリンク
  • LoCortes

    Good afternoon  and ,

    currently, you have two options:

    1.  Go for BOX CLI
    2. Develop a little app / script.

    If you want to integrate that in a workflow app then you only can go by the second option.

     

    As tokens expire each hour you will need to manage the authentication piece. Quite simple nowadays with the different SDKs (with Java for example, you only have to load the configuration file and do the connection).

     

    Thanks

    0
    コメントアクション パーマリンク

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