打印文件夹目录
['/home/shenjianlin/test_pdf/2018 年 6 月“互联网+”发展情况舆情监测-20 页 (1).pdf']
/home/shenjianlin/test_pdf/2018 年 6 月“互联网+”发展情况舆情监测-20 页 (1).pdf
Traceback (most recent call last):
File "
upload_pdf.py", line 106, in <module>
up_load_pdf().post_file(url, csrf_token, file)
File "
upload_pdf.py", line 57, in post_file
files = {'ReportForm[url]': (
path.name, open(file_path, 'rb'), mimetypes.types_map[path.suffix])}
PermissionError: [Errno 13] Permission denied: '/home/shenjianlin/test_pdf/2018 年 6 月“互联网+”发展情况舆情监测-20 页 (1).pdf'
因为这个权限不好处理,求人指教,谢谢 不允许手动修改文件夹权限,只能通过程序处理