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

.NET SDK - upload file with versioning

回答済み
新規投稿

コメント

2件のコメント

  • Murtza

     Upload File and Upload File Version are implemented as different methods in the .NET SDK. Here's the method in the .NET SDK to upload a new file version. There shouldn't be any restrictions for a developer account to use the file version endpoint. 

    0
    コメントアクション Permalink
  • rbratton

    Aha!  I now see where I was going wrong.  I was building another BoxFileRequest and only FilesManager.UploadAsync needed that.  The FilesManager.UploadNewerVersionAsync just needs the file name, file ID, and the file contents as a stream (as a minimum), but no request.

     

    Thanks much!

    0
    コメントアクション Permalink

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