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

Raw response for the API Status code 403 - No AWSAccessKey was presented -

Community Beginner ,
Dec 14, 2023 Dec 14, 2023

Copy link to clipboard

Copied

Hello, Adobe Community,

I'm experiencing an issue when trying to perform a file upload to Adobe's service using Amazon S3. I'm receiving a "403 Access Denied: No AWSAccessKey was presented" error. I have checked to ensure all the authentication parameters are correctly included in the request. However, the error persists, suggesting that an AWS access key is missing or there is an issue with the request's signature.

I would greatly appreciate any guidance or support to resolve this issue.

Thank you!

TOPICS
Authentication , AWS , Bug , PDF Extract API , PDF Services API

Views

1.1K

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 ,
Dec 14, 2023 Dec 14, 2023

Copy link to clipboard

Copied

I assume you are using the REST APIs with external cloud storage, right? And you generated a Read url for input, and Put for output?

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 ,
Dec 14, 2023 Dec 14, 2023

Copy link to clipboard

Copied

Hello,

Thank you for your response. Yes, I am using the REST APIs with external cloud storage in the context of the PDF Extract API. I have generated a Read URL for input and a PUT URL for output. However, I'm encountering authentication and access issues, specifically the "403 Access Denied: No AWSAccessKey was presented" error. Any additional guidance on how to resolve this issue would be greatly appreciated.

Thank you for your assistance.

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
Adobe Employee ,
Dec 14, 2023 Dec 14, 2023

Copy link to clipboard

Copied

Well, if you log out the read URL, can you copy and paste that into an incognito browser and confirm it loads? If you can't load the PDF, our API won't be able to. 

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 ,
Dec 15, 2023 Dec 15, 2023

Copy link to clipboard

Copied

I'm trying to integrate it into an application I'm developing on the Bubble platform, to extract data from PDF documents. I've tried OCR Space, Google Vision, and finally I tried ChatGPT. The first two return the test in an unstructured way, making data extraction difficult, with Regex regular expressions, and ChatGPT returns incorrect information, even after "training". I imagined that the integration with Adobe would be more efficient, for obvious reasons. But, life goes on... Thank you.

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 ,
Dec 15, 2023 Dec 15, 2023

Copy link to clipboard

Copied

I meant: unstructured text

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
Adobe Employee ,
Dec 15, 2023 Dec 15, 2023

Copy link to clipboard

Copied

Ok, but the question remains the same. 🙂 How are you creating the URLs you send to our service? There are standard AWS libraries that make generating S3 urls simple. You would use them to generate a READ (for input) and PUT (for output) when calling the API. Have you done that?

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 ,
Dec 15, 2023 Dec 15, 2023

Copy link to clipboard

Copied

Bubble offers the possibility of uploading a file, which is saved in the cloud, generating a url. When I compose the url and open it in the anonymous browser, the pdf opens normally.

Edivaldo34268467wm7d_0-1702660652585.png

 

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
Adobe Employee ,
Dec 15, 2023 Dec 15, 2023

Copy link to clipboard

Copied

In theory, we only document support for S3, Dropbox, Sharepoint, and Azure. I think that's your issue. 

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 ,
Dec 15, 2023 Dec 15, 2023

Copy link to clipboard

Copied

LATEST

Okay, thanks.

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