The uploadWithRetry does not check for that error/status but always attempts to upload the slice again even in success. Failing to do so may result in a conflict with the API.
This PR fixes the function to simply return in the event the chuck upload is successful.
The
uploadWithRetry
does not check for that error/status but always attempts to upload the slice again even in success. Failing to do so may result in a conflict with the API.This PR fixes the function to simply return in the event the chuck upload is successful.
Fixes https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/320