Adlsdk-status-auth-pending — 4

credential = DefaultAzureCredential() for attempt in range(4): try: client = DataLakeServiceClient(account_url="https://<account>.dfs.core.windows.net", credential=credential) client.get_file_system_client("myfs").get_file_client("test.txt").get_file_properties() break except Exception as e: if "AUTH_PENDING" in str(e) and attempt < 3: sleep(2 ** attempt) continue raise

Your computer's system time does not match the server time. Step-by-Step Troubleshooting Guide adlsdk-status-auth-pending 4

If updating doesn't work, you may need to manually register the product using the AdskLicensingInstHelper.exe tool located in: adlsdk-status-auth-pending 4

from adlfs import adls

Download and install the latest updates for the Autodesk Licensing Service and the (for 2024+ versions) or AdSSO (for 2020-2023). Manual Re-registration : adlsdk-status-auth-pending 4