Anonymous
Not applicable

@Diogo Almeida​ :

The 404 error typically indicates that the endpoint you're trying to access does not exist. Here are a few things you can check to troubleshoot this issue:

  1. Double-check that you're using the correct API endpoint and that it's accessible from your network. You may need to update your firewall rules or network settings to allow access to the endpoint.
  2. Verify that you have the necessary permissions to access the API endpoint. Depending on the endpoint, you may need to be an admin or have specific permissions to access it.
  3. Check your code or the UI settings to ensure that you're using the correct parameters and options for the endpoint you're trying to access. Incorrect options or missing parameters can cause the endpoint to fail.
  4. Check the logs and error messages in Databricks to see if there are any additional details about the error. This may help you pinpoint the issue and identify a solution.

If you're still having trouble, write back to me, lets look for more options to debug!