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

Posting To Agreements Is Returning 100 Page Limit Error

New Here ,
Nov 17, 2022 Nov 17, 2022

Copy link to clipboard

Copied

Hi,

 

New developer account for Adobe Sign

Using postman, I can upload and create a transient document; the PDF is 1 page long.

When I move onto generate the agreement, I get a valid ID back

Approx 3 seconds later I get the following error returmed

 

We were unable to create your agreement [DEMO USE ONLY] Test because your document Application1.pdf exceeds your page limit of 100.

 

I dont understand, I have tried multiple .PDF files, each of which create a 

transientDocumentId when I first submit and then the id returned from the Agreements post.
 
Any thoughts?
TOPICS
Acrobat Sign Developer , Adobe Sign , REST API

Views

207

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 ,
Nov 17, 2022 Nov 17, 2022

Copy link to clipboard

Copied

LATEST
{
  "fileInfos": [{
      "transientDocumentId": "3AAABLblqZhAq1yrW5bdUE4rjf6SeIGaPwhynHw1SIfrFohhbKvbx1Em3C7JwZuJSiyqoM1xVa3bDyTo0yxatOQ32nvRTF1fYkFKRE3bA9Nt0WmwkU6w3d963Ff-pmeBGFci-lPtt530s10KYHPj8rgnC-ESEESfCQjWT5WA2Vq2orYdWuiLOF312nnvmVDdUpFsr1QnO9pKXwFl4vhN_Y1tMUnAY14deglHQmDj8eDJDnz6GNghOrxBg9G6Qe4e06LP1nyM9-DTFomYjm-fqQ2pmKmcabf0amQW_xU6ZmQrnQHiDmAHcHl9vESpv_ieBpnLInPrsVYZv59HKYlG3cWoyWdnNyDN5Exlmhb8m3ZQqec747W5uSQ**"
    }],
  "name": "Test",
  "participantSetsInfo": [{
      "memberInfos": [{
          "email": "<my test email address>"
        }],
    
    "order": 1,
    "role": "SIGNER"
    
  }],
  "signatureType": "ESIGN",
  "state": "IN_PROCESS"
}

Is the code

Response is

{
    "id": "CBJCHBCAABAAydWcXjqBKoMhMDqkwfKX46e1g6von6Fe"
}

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