I am trying to replace an old translation of an object with a new translation after replacing the object in my bucket.
I've confirmed the object was replaced by downloading it back.
However, when I make a translate request against the object with the header x-ads-force = True I am receiving a 201 Created response instead of the expected 200.
I am using the .NET Forge SDK for this and while debugging confirmed that the x-ads-force header is set and in the request.
I also checked the translation by loading the viewer just in case it did re translate but it did not. I still see the old view of my document.
I'm not adding a SHA-1 Hash either.
The Scope's I am using are DataRead and DataWrite
Any other troubleshooting methods I should try?