OneDrive / onedrive-sdk-android

OneDrive SDK for Android!
https://dev.onedrive.com
Other
148 stars 52 forks source link

final Option option = new QueryOption("@name.conflictBehavior", "fail"); #137

Closed Shouheng88 closed 6 years ago

Shouheng88 commented 6 years ago

What does final Option option = new QueryOption("@name.conflictBehavior", "fail"); mean? Will be failed if the name is conflict? Are there any other available options?

Shouheng88 commented 6 years ago

What value should I use if I want to replace the file with the same name?

Shouheng88 commented 6 years ago

I got the available values from error message.