Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99937
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | dieter <dieter@handshake.de> |
| Newsgroups | comp.lang.python |
| Subject | Re: regarding download issues from sharepoint site |
| Date | Thu, 03 Dec 2015 08:32:37 +0100 |
| Lines | 25 |
| Message-ID | <mailman.159.1449127989.14615.python-list@python.org> (permalink) |
| References | <CAMcakFqC2QvnEBs1d=O9x4WUotpLiyUwmFr4wXhc4ynTVL8yHA@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| X-Trace | news.uni-berlin.de AnmhWpHW3rZpOGShC5q/0gGGcKuMjlbImPMLRPuvrbKw== |
| Cancel-Lock | sha1:1Srpw8rrtyvsJ4KjX0dC/vYLfKo= |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'mentions': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'involved;': 0.16; 'itself;': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:download': 0.16; 'subject:issues': 0.16; 'versions': 0.20; 'problem:': 0.22; 'tried': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'sentence': 0.29; 'code': 0.30; 'problem': 0.33; 'downloading': 0.33; 'subject:regarding': 0.33; '(for': 0.34; 'gives': 0.35; 'next': 0.35; 'fail': 0.35; 'i.e.': 0.35; 'possible,': 0.35; 'step': 0.36; 'but': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'display': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'files': 0.38; 'data': 0.39; 'does': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'received:de': 0.40; 'your': 0.60; 'portal': 0.66; 'received:217': 0.66; '(likely': 0.84; 'sharepoint': 0.84; 'problems?': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pd9e09285.dip0.t-ipconnect.de |
| User-Agent | Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) |
| 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:99937 |
Show key headers only | View raw
Arpit Arya <iamsexyarpit@gmail.com> writes: > i am facing problem downloading files from sharepoint site and to display > it on my web portal. Your sentence above mentions to processes "downloading" and "displaying". Which of the two gives you problems? For the one with the problems, you must describe it in detail: how the problem manisfests itself; which components (if possible, which versions thereof) are involved; what you tried in detail; ... >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 Again the "and". Where is the problem: in the "downloading" or in the "displaying" (likely the "downloading"). How does it fail (for the "downloading": which response code do you get for the downloading)? How did you try it (for downloading: with a browser or from the portal backend)?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: regarding download issues from sharepoint site dieter <dieter@handshake.de> - 2015-12-03 08:32 +0100
csiph-web