Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 56c83d9

Browse files
committed
Added remark that the NameConflictingBehavior only works with the Graph API
1 parent 47e6ff6 commit 56c83d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ https://www.nuget.org/packages/KoenZomers.OneDrive.Api
8080
2.1.1.0 - January 4, 2019
8181

8282
- Fixed a typo in NameConflictBeha*v*iorAnnotation. Thanks to Daniel Ethier for reporting this.
83-
- Implemented the ability to specify the NameConflictBehavior when uploading a file. The enumerator provides the option to overwrite the existing file, rename the file that is being uploaded or to fail the upload in the situation where a similarly named file already exists in the target location on OneDrive. Note that the SimpleUpload method does not support providing a NameConflictBehavior so it will always use the ResumableUpload method.
83+
- Implemented the ability to specify the NameConflictBehavior when uploading a file. The enumerator provides the option to overwrite the existing file, rename the file that is being uploaded or to fail the upload in the situation where a similarly named file already exists in the target location on OneDrive. Note that the SimpleUpload method does not support providing a NameConflictBehavior so it will always use the ResumableUpload method. It is also only implemented for the Graph API, so ensure to cast your oneDrive instace to OneDriveGraphApi to see the new argument.
8484
- Included the documentation XML file which should bring the inline comments to your application from where you add the NuGet or assembly reference
8585

8686
2.1.0.1 - January 12, 2018

0 commit comments

Comments
 (0)