Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Options

Issue with downloading external data

mukul_agrawalmukul_agrawal Member, Developers Posts: 2
I am using API explorer. I did a Part Studio translation to collada and from the response I got the ID. I used the ID to run the Download External Data API. But when I do that I get the following error:

{
  "moreInfoUrl" : "",
  "message" : "An internal error has occurred; support code f6c5732bf1e42efdb83c7d33",
  "status" : 500,
  "code" : 0,
  "supportCode" : "f6c5732bf1e42efdb83c7d33"
}

I had done this a few weeks back and it had worked. Now it is not working. Please help me figure out what is wrong.

Thanks
Tagged:

Answers

  • Options
    brooke_spreenbrooke_spreen Member, Developers Posts: 115 ✭✭✭
    @mukul_agrawal, I hope you found the issue!

    In case anyone else comes across the same issue (I did....), make sure the 'id' sent to the Download External Data API is the translation's 'resultExternalDataId', NOT 'requestElementId' or 'id'. The 'resultExternalDataIds' are available once the translation's 'requestState' changes to 'DONE'
    Design Engineer | Anerdgy AG
Sign In or Register to comment.