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

Getting error on uploading an asset with mediaType set to either 'application/docx' or 'docx'

New Here ,
Mar 28, 2023 Mar 28, 2023

Copy link to clipboard

Copied

when I am trying to upload an asset in step 2 of document generation , I am getting error

{"error":{"code":"Bad Request","message":"The request is missing required parameters, or the values are incorrect."}}. It works perfectly only with 'application/pdf' but I need to upload 'docx' file for template.

 

How can I upload the word template in the "process of document generation using the word template and json input data for tempalte"?

 

 

Thanks,

TOPICS
PDF Services API , REST APIs

Views

622

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

correct answers 1 Correct answer

Adobe Employee , Mar 29, 2023 Mar 29, 2023

Can you share the code showing the asset upload? Also, I believe the right type is 

application/vnd.openxmlformats-officedocument.wordprocessingml.document

Votes

Translate

Translate
Adobe Employee ,
Mar 29, 2023 Mar 29, 2023

Copy link to clipboard

Copied

LATEST

Can you share the code showing the asset upload? Also, I believe the right type is 

application/vnd.openxmlformats-officedocument.wordprocessingml.document

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