我目前正在制作我的android应用,该应用具有根据单击的按钮浏览文件服务器文件夹的功能。
我用intent来打开文件夹,但是在更改文件夹后,AndSMB的请求缺少用户名和密码部分,因此我没有得到验证。有什么想法吗?
pdf = PyPDF2.PdfFileReader('file.pdf')
#pdf.getPage(0) #(do not use this before decrypt)
if pdf.isEncrypted:
pdf.decrypt('')
pdf.getPage(0)