• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ETag not working as expected and getting an error "RESOURCE_MODIFIED"

New Here ,
Feb 06, 2021 Feb 06, 2021

Copy link to clipboard

Copied

Please help us ASAP, tried as below:

 

Scenario 1

We are passing Etag Parameter through "PUT" Request for "agreement/{agreementid}/formfields" that we get from GET Request "agreement/{agreementid}" headers key "ETag"

We tried as per given in the documentation: 

https://www.adobe.io/apis/documentcloud/sign/docs.html#!adobedocs/adobe-sign/master/api_usage/enhanc...

Bur still getting the error as below:

{
     "code": "RESOURCE_MODIFIED",
     "message": "Resource is already modified with newer version"
}

 

Scenario 2

We also tried creating new GUID for every GET Request "agreement/{agreementid}" and sending as  parameter for "if-none-match" = GUID. Then doing "PUT" Request for "agreement/{agreementid}/formfields" by passing "Etag" Parameter with the same "GUID" that was created above. Still getting the same error: 

{
     "code": "RESOURCE_MODIFIED",
     "message": "Resource is already modified with newer version"
}

 

Enviroment being used:

1) .NET Framework 4.6.1

2) Adobe Sign REST API Version 6 Methods.

3) AdobeSignCSharpSDK from Github

 

 

 

 

TOPICS
Bug , How to

Views

374

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 26, 2021 Oct 26, 2021

Copy link to clipboard

Copied

Hi could you resolve this issue?

Regrads

Mariano

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 13, 2021 Dec 13, 2021

Copy link to clipboard

Copied

LATEST

@Paul5E52 . were you able to solve this? I have a very similar issue. I coded up senario 1. Sometimes it works, sometimes it doesn't. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources