Tableau-Powershell-Scripts
Tableau-Powershell-Scripts copied to clipboard
Got The remote server returned an error: (404) Not Found."
I am trying to run the flow using the API method below Invoke-RestMethod -Method GET "https://myserver/api/3.17/sites/mysite-id/flows/runs/myflow-id" -H @{"X-Tableau-Auth"= "$token"}
Then I got the message " The remote server returned an error: (404) Not Found."
I am able to connect to the server to get the site id, flow id.
Have anyone got this error message?