
Lyle D • over 4 years ago
Etag
Hi, I would like to know what is a etag in connection with Alexa.
In the developer console of the following error after trying to save.
"Save Failed
Provided eTag does not match with the resource's current eTag. Please apply your changes on the latest version of the resource. Error code: InvalidEtag"
Comments are closed.
3 comments
Stef Maccarone Manager • over 4 years ago
Hey Lyle,
I found this page that has some references to eTags under the deploy command headers: https://developer.amazon.com/zh/docs/smapi/ask-cli-command-reference.html
Let me know if this is helpful at all.
Stef
Vlad Goldman • over 4 years ago
I've seen this error when trying to build the model immediately after saving updated JSON.
Something like this:
1) Click Save
2) It says "Successful"
3) Click "Build"
4) It give "Save failed on eTag"
If this scenario similar to yours - just give it a minute after clicking save. If I give it some time between save and build I get no eTag error.
Lyle D • over 4 years ago
Thanks