I am trying to fill google form using python but getting google authentication error

后端 未结 0 1507
迷失自我
迷失自我 2021-02-15 23:49

Google authentication function:

def updateform(user, passwd, url, data):
    auth_handler = urllib.request.HTTPBasicAuthHandler()
    auth_handler.add_password(
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题