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
I try to copy a file from folder A to folder B and I try to use @microsoft.graph.conflictBehavior but the request does not allow query parameters and it doesn't work if I add it to the body.
Expected behavior
I expected CopyRequestBuilderPostRequestConfiguration to have query options. Or for the CopyPostRequestBody->setAdditionalData(['@microsoft.graph.conflictBehavior' => 'rename']) to work.
Describe the bug
I try to copy a file from folder A to folder B and I try to use
@microsoft.graph.conflictBehavior
but the request does not allow query parameters and it doesn't work if I add it to the body.Expected behavior
I expected
CopyRequestBuilderPostRequestConfiguration
to have query options. Or for theCopyPostRequestBody->setAdditionalData(['@microsoft.graph.conflictBehavior' => 'rename'])
to work.How to reproduce
When there is already a file in the destination folder with the same name it doesn't do anything instead of renaming the new file.
SDK Version
2.10.0
Latest version known to work for scenario above?
1.110.0
Known Workarounds
No response
Debug output
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: