Hi @Kush Shah ,
Thank you for reaching out of Microsoft Q&A!
I understand that you are trying to upload data from a local file to ML Studio using the Python SDK, but you are receiving "ClientAuthenticationError: DefaultAzureCredential failed to retrieve a token from the included credentials". I will help you in this regard.
As per your code mentioned in the queation, the Client ID you can find in ML Studio Compute. Go to Managed identity and click on edit and a small window will appear. Then enable the Assign a managed identity and select the System-assigned and click Update. Now you can see see the Principal ID(or Client ID). see below image for more info:
Follow the steps to upload data to ML Studio in the given documentation: Working with tables in Azure Machine Learning - Azure Machine Learning | Microsoft Learn
I followed steps mention in the documentation and Iam able to successfully upload the data to ML Studio
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.