Skip to main content
Participant
October 20, 2023
Question

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

  • October 20, 2023
  • 1 reply
  • 531 views

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

This topic has been closed for replies.

1 reply

Joel Geraci
Community Expert
Community Expert
October 20, 2023

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-storage-sol/