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

How to use Box internally in my organization

Answered
New post

Comments

1 comment

  • 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
    Comment actions Permalink

Please sign in to leave a comment.