
Any idea why this happens?
Thank you,
Diego


Diego,
Cancelled Exception occurs when the call is cancelled from client side which could happen in a few situations. As George mentioned in previous post, if the call is made asynchronously and not completed or if the calls are sent to in-progress API calls when the overall request reaches its 60 seconds deadline. To mitigate the issue, you can add in re-try logic and make sure calls are completed within the deadline.
I would also suggest to post your detailed questions on Stackoverflow, using the supported Cloud tags, and the community would be able to assist you with technical questions.