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

unable to copy the file from box to sharepoint

New post

Comments

1 comment

  • Murtza

     I would recommend using our .NET SDK to implement this. Here is the method from our .NET SDK to download a file.

     

    Stream stream = await client.FilesManager.DownloadStreamAsync(fileId);

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.