Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: dieter 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: References: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99937 Arpit Arya 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)?