skip to Main Content

Azure generate_blob_sas TypeError

I am using the Azure Blob Storage python SDK and trying to generate a sas token for my blob, however I keep getting a TypeError. This is how I'm calling the built-in function (generate_blob_sas). sas_blob = generate_blob_sas(account_name= account_name, container_name= container_name,…

VIEW QUESTION

Azure – smtplib.SMTPAuthenticationError: (535, b'5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully

File "C:UsersSanketPatilAppDataLocalProgramsPythonPython38libsmtplib.py", line 655, in auth raise SMTPAuthenticationError(code, resp) smtplib.SMTPAuthenticationError: (535, b'5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Contact your administrator. [PN2PR01CA0009.INDPRD01.PROD.OUTLOOK.COM]') Process finished with exit code 1 I have enabled SMTP auth…

VIEW QUESTION
Back To Top
Search