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

Adobe pdf generation API - intermittent issue 502 Gateway timeout

Community Beginner ,
Jul 21, 2023 Jul 21, 2023

Copy link to clipboard

Copied

While using this following api 

https://cpf-ue1.adobe.io/ops/{{create}}?respondWith=%7B%22reltype%22%3A%20%22http%3A%2F%2Fns.adobe.com%2Frel%2Fprimary%22%7D

 

to submit pdf generation request, most of the time we get response  with x-request-id, which we further use in poll api to check pdf generated.

 

But sometimes, intermittent issue is coming in above api with 502 response as 

{

"error_code": "504001",

"message"l : "Gateway timeout"

}

Can anyone suggest how to use this api fail safe?

 

 

TOPICS
Document Generation API , PDF Services API

Views

634

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
Adobe Employee ,
Jul 21, 2023 Jul 21, 2023

Copy link to clipboard

Copied

That API is deprecated and should be replaced with calls to the new endpoints documented here: https://developer.adobe.com/document-services/docs/apis/

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
Community Beginner ,
Jul 24, 2023 Jul 24, 2023

Copy link to clipboard

Copied

LATEST

Thanks  Raymond Camden . That was helpful. 

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