Heading
This problem is solved. There was a bug when I call the google Spread Sheet API. I missed execute()
after creating the permission.
It should be self.drive.permissions().create(fileId=dir_id, body={"role":"writer", "type": "anyone"}).execute()
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…