-1

enter image description here

As shown in the image, I have tried API provided by BIM360 from the following link: https://forge.autodesk.com/en/docs/bim360/v1/tutorials/document-management/export-pdf-from-docs/

But I am not able to run API 'Export files with markups' and received an error as shown in the image.

I have also mentioned project id and version id which is used in API call.

How can I solve this issue?

mkrieger1
  • 19,194
  • 5
  • 54
  • 65

1 Answers1

1

please encode your version id to URL-safe string with Uri.EscapeUriString(String). There are some invalid string for a URL in the version id.

Eason Kang
  • 6,155
  • 1
  • 7
  • 24
  • 1
    Hi, I'm sorry to hear this issue persists. Could you share the final URL you passed to RestClient? It's hard for me to imagine it by the snapshot you posted. In addition, please add an extra request header parameter `x-request-id` while calling the API. Its value can be any valid string, but please give it a meaningful value, e.g. ClientId-RandomGuid. We can consult our engineering team to check backend log with the `x-request-id` you passed. We appreciate your cooperation and patience. Thanks! – Eason Kang Mar 25 '20 at 02:37
  • Thank you, Eason, for your help, it worked for Plan Folder. Can we also export file with markup for "Project Files" Folder? – Harsh Joshi Mar 26 '20 at 10:53