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

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

New Here ,
Mar 28, 2023 Mar 28, 2023

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
743
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

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
Translate
Adobe Employee ,
Mar 29, 2023 Mar 29, 2023
LATEST

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

application/vnd.openxmlformats-officedocument.wordprocessingml.document
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