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

Asset Upload Locations and TTL

New Here ,
Aug 11, 2023 Aug 11, 2023

I am on the free tier of the API service working on a POC for my company. I have successfully uploaded a Word document using the asset REST API service. I have also used the document generation service REST API to generate a pdf by merging the JSON object and the templetized Word doc.

 

Questions:

  • Is there a way to access the "Internal Adobe Storage" to view the uploaded documents?
  • Can we run the document generation API on an existing doucment that lives on the our "personal" adobe cloud storage?
  • What is the the time to live for the links containing the generated document given by the document generation REST API service?

 

I am trying to figure out if I need to invoke a document generation merge everytime a user wants to view a documents because the asset links might expire over time.

475
Translate
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 ,
Aug 15, 2023 Aug 15, 2023

"Is there a way to access the "Internal Adobe Storage" to view the uploaded documents?" No

 

"Can we run the document generation API on an existing doucment that lives on the our "personal" adobe cloud storage?" You can if it's on Sharepoint or S3, see here: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/pdf-external-sto.... These options are expanding _very_ soon.

 

"What is the the time to live for the links containing the generated document given by the document generation REST API service?" 24 hours. So if you want to run document generation with one Word template and N sets of data with one process, ie a script that gets data from a database, then you can upload the Word document, do your loop and make N calls, and you should be good to go.

 

 

 

Translate
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 ,
Aug 16, 2023 Aug 16, 2023

@Raymond CamdenThanks for the details.

Where can I find documentation on the 24h TTL?

Translate
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 ,
Aug 16, 2023 Aug 16, 2023
Translate
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 ,
Aug 16, 2023 Aug 16, 2023

Thank you!

Translate
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 ,
Aug 16, 2023 Aug 16, 2023
LATEST

FYI, our REST API lets you make a DELETE call on the asset to remove it immediately if you need. Let me know if you need help with that.

Translate
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