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
The DeleteObjects method specified "HttpMethod.Delete" when trying to make a "bulk-delete" request. According to the documentation this should be "HttpMethod.Post".
After changing to use POST the call fails with: https://hostname.com/v1/AUTH_photoapp?bulk-delete Error: System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
The text was updated successfully, but these errors were encountered:
The DeleteObjects method specified "HttpMethod.Delete" when trying to make a "bulk-delete" request. According to the documentation this should be "HttpMethod.Post".
After changing to use POST the call fails with:
https://hostname.com/v1/AUTH_photoapp?bulk-delete Error: System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
The text was updated successfully, but these errors were encountered: