Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
1

Do the files i upload to adobe through pdf services api get stored in adobe s3 bucket

New Here ,
Oct 20, 2023 Oct 20, 2023

i use a curl api to upload my pdf file to be converted to xlsx file to the link 
https://pdf-services-ue1.adobe.io/operation/exportpdf
and when i get the download uri it is a link to adobes s3 bucket so is my file being stored in adobe s3 bucket or cleaned when sent. And i tried using the external approach but cant seem to generate a proper output uri

TOPICS
PDF Services API
398
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 Expert ,
Oct 20, 2023 Oct 20, 2023
LATEST

When using the SDKs, the files are stored on our servers for 24 hours. They are encrypted so that only the developer has access. However, when using the REST API directly, you can upload, process, and then immediately delete the files. Alternatively, using the REST API directly, you can "bring your own storage" for many of the APIs. We currently support the following storage services: SharePoint, Amazon S3, Dropbox, Azure Blob. For more details see this https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/pdf-external-sto...

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