@@ -9,10 +9,10 @@ file's contents, upload new versions, and perform other common file operations
99* [ Update a File's Information] ( #update-a-files-information )
1010* [ Download a File] ( #download-a-file )
1111* [ Upload a File] ( #upload-a-file )
12- * [ Upload a large file in Chunks (using helper method)] ( #Upload -a-new-large-File -in-Chunks -helper-method )
13- * [ Upload a large file Version or existing file (using helper method)] ( #Upload -a-large-File -version-of-existing-file-in-chunks-helper-method )
14- * [ Upload a large file in Chunks (using helper method)] ( #Upload -a-new-large-File -in-Chunks -without-helper-method )
15- * [ Upload a large file Version or existing file (using helper method)] ( #Upload -a-large-File -version-of-existing-file-in-chunks-without-helper-method )
12+ * [ Upload a large file in Chunks (using helper method)] ( #upload -a-new-large-file -in-chunks -helper-method )
13+ * [ Upload a large file Version or existing file (using helper method)] ( #upload -a-large-file -version-of-existing-file-in-chunks-helper-method )
14+ * [ Upload a large file in Chunks (using helper method)] ( #upload -a-new-large-file -in-chunks -without-helper-method )
15+ * [ Upload a large file Version or existing file (using helper method)] ( #upload -a-large-file -version-of-existing-file-in-chunks-without-helper-method )
1616* [ Copy a File] ( #copy-a-file )
1717* [ Delete a File] ( #delete-a-file )
1818* [ Get Previous Versions of a File] ( #get-previous-versions-of-a-file )
@@ -156,11 +156,16 @@ BoxFile.Info fileInfo = rootFolder.uploadLargeFile(inputStream, "My_Large_File.t
156156
157157Upload a large File version of existing file, in chunks (helper method)
158158------------------------------------------------------------------------
159+ Refer method [ upload-large-file-version]
160+
159161[ upload-large-file-version ] : http://opensource.box.com/box-java-sdk/javadoc/com/box/sdk/BoxFile.html#uploadLargeFile-java.io.InputStream-long-
160162
161163
162164Upload a new large File in Chunks (without helper method)
163165--------------------------------------------------------------
166+
167+ Refer method [ create-upload-session]
168+
164169[ create-upload-session ] : http://opensource.box.com/box-java-sdk/javadoc/com/box/sdk/BoxFolder.html#createUploadSession(java.lang.String,%20long)
165170
166171
0 commit comments