Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99854
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Arpit Arya <iamsexyarpit@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | regarding download issues from sharepoint site |
| Date | Wed, 2 Dec 2015 14:01:39 +0530 |
| Lines | 9 |
| Message-ID | <mailman.107.1449048048.14615.python-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de dHGbBuPbFnKI+UINp8qYSgWrohm7uuR6f0ItQGXrQo1g== |
| Return-Path | <iamsexyarpit@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.115 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.77; '*S*': 0.00; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:download': 0.16; 'subject:issues': 0.16; 'module': 0.25; 'message- id:@mail.gmail.com': 0.27; 'problem': 0.33; 'downloading': 0.33; 'subject:regarding': 0.33; 'gives': 0.35; 'received:google.com': 0.35; 'next': 0.35; 'i.e.': 0.35; 'step': 0.36; 'but': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'display': 0.37; 'received:209': 0.38; 'files': 0.38; 'received:209.85.220': 0.38; 'hi,': 0.38; 'data': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'sharepoint': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=w77/i5quldzFMmUP6AeulGd2kcPLWEgQXvelfDzyPJg=; b=L6Ng/RQlarEh1wcWvEVDC5kG7aJNP4a18aFUq6dsDaFty9uqHP6w2gKiEqJsVnh+7h P/GLPzb6lBJfjtNj+hEVS4dwnDVrSNitloiWUOzobc6cdudcQsKazliPPwhib5EObndu DlKz+bxiXUIDmjdmA/TFfWGd0cVvxA7WOIxXi4rPb36aItiEjGIPzE2u+ARiZ/OZKXK6 js0w7YwESac9CD4hJzyUdQbxXvucR5eZ9/QT8jRBlIOc5+E9GyrH/lBbFJmsGgGMshMZ gXhixTHUQL+UHx4m3tzyX8Npf9nLQtlwpSd2SHNyDy94QMnjMNVmAaKv2rKdAlvK/9O8 MxUQ== |
| X-Received | by 10.66.158.129 with SMTP id wu1mr2827573pab.146.1449045099815; Wed, 02 Dec 2015 00:31:39 -0800 (PST) |
| X-Mailman-Approved-At | Wed, 02 Dec 2015 04:20:47 -0500 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:99854 |
Show key headers only | View raw
hi, i am facing problem downloading files from sharepoint site and to display it on my web portal. i have used requests_ntlm module which gives successful authorisation but i am stuck in next step i.e. to download data from sharepoint site and dispaly on portal. please help me out Regards Arpit
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
regarding download issues from sharepoint site Arpit Arya <iamsexyarpit@gmail.com> - 2015-12-02 14:01 +0530 Re: regarding download issues from sharepoint site me <self@example.org> - 2015-12-02 15:25 +0000
csiph-web