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

How to use Box internally in my organization

回答済み
新規投稿

コメント

1件のコメント

  • crajan

    Hi Sravan,

     

    Thanks for developing on Box platform. 

     

    There's mulitple ways to authenticate on Box, please read https://docs.box.com/docs/oauth-20

     

    The easiest way to get started might be to download one of our SDK's https://docs.box.com/page/sdks and simply enter your credentials. 

     

    Once you're logged in you can follow our API docs for how to move/copy data detailed here: https://docs.box.com/reference#copy-a-file

     

    Here's the Java code: 

    package com.box.sdk
    
    public class BoxFile
    
    public BoxFile.Info copy(BoxFolder destination)
      
    public BoxFile.Info copy(BoxFolder destination, String newName)

     

    Let us know if there's anything specific we can help with. 

    0
    コメントアクション Permalink

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