Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay Sharma committed Mar 20, 2024
1 parent ef7975f commit 0633ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ A **Signed URL** temporarily provides access to a resource. Signed URLs contain

PDF Services APIs supports the signed URLs of input and output files in the request body. Please refer to the **External Section** in Request Body of each API for more details.

<InlineAlert slots="text"/>

<div>
Accessing files from External Storage is currently <b>not</b> supported in the following APIs
<ul>
<li> <a href="../../../apis/#tag/PDF-Accessibility-Auto-Tag">PDF Accessibility Auto Tag</a> </li>
</ul>
</div>

## Supported External Storage Solutions

The concept of Signed URLs is common across various cloud storage solutions for downloading and uploading files. Adobe PDF Services APIs currently supports the signed URLs generated through -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ The client is expected to return the following response payload with an HTTP sta
If the response code is not 200 (OK) or the expected payload is not received, it will be considered an error response. In the event of 50 error responses within a 10-minute period, webhook notification support will be temporarily blocked for that client for the next 20 minutes.


**Note**: The webhook notification support is only available in SDKs version 4.0.0 and the REST APIs.
**Note**: The webhook notification support is only available in SDKs version 4.x.x and the REST APIs.

0 comments on commit 0633ed8

Please sign in to comment.