I am trying to execute below CURL command related to "Download Workbook" end point of Tableau Rest API. I am basically trying to download particular workbook and save it some location.
curl "http://MY-SERVER/api/3.1/sites/9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d/workbooks/1a1b1c1d-2e2f-2a2b-3c3d-3e3f4a4b4c4d/content" -X GET -H "X-Tableau-Auth:12ab34cd56ef78ab90cd12ef34ab56cd" > c:\files\my-workbook.twbx
But the CURL command gives below problem
Curl: (60) SSL certificate problem: unable to get local issuer certificate
Can someone please confirm if similar implementation is done? Downloading Tableau workbook and saving to particular shared location?
Thanks