You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Box.Sdk.Gen/Managers/ChunkedUploads/IChunkedUploadsManager.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ public interface IChunkedUploadsManager {
228
228
/// <param name="cancellationToken">
229
229
/// Token used for request cancellation.
230
230
/// </param>
231
-
publicSystem.Threading.Tasks.Task<Files>CreateFileUploadSessionCommitByUrlAsync(stringurl,CreateFileUploadSessionCommitByUrlRequestBodyrequestBody,CreateFileUploadSessionCommitByUrlHeadersheaders,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
231
+
publicSystem.Threading.Tasks.Task<Files?>CreateFileUploadSessionCommitByUrlAsync(stringurl,CreateFileUploadSessionCommitByUrlRequestBodyrequestBody,CreateFileUploadSessionCommitByUrlHeadersheaders,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
232
232
233
233
/// <summary>
234
234
/// Close an upload session and create a file from the uploaded chunks.
@@ -249,7 +249,7 @@ public interface IChunkedUploadsManager {
249
249
/// <param name="cancellationToken">
250
250
/// Token used for request cancellation.
251
251
/// </param>
252
-
publicSystem.Threading.Tasks.Task<Files>CreateFileUploadSessionCommitAsync(stringuploadSessionId,CreateFileUploadSessionCommitRequestBodyrequestBody,CreateFileUploadSessionCommitHeadersheaders,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
252
+
publicSystem.Threading.Tasks.Task<Files?>CreateFileUploadSessionCommitAsync(stringuploadSessionId,CreateFileUploadSessionCommitRequestBodyrequestBody,CreateFileUploadSessionCommitHeadersheaders,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
253
253
254
254
/// <summary>
255
255
/// Starts the process of chunk uploading a big file. Should return a File object representing uploaded file.
0 commit comments