Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91210

Re: Why dropbox.client.DropboxClient.put_file needs file_obj as a parameter?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.93; '*S*': 0.01; 'subject:Why': 0.09; 'cc:addr:python-list': 0.10; 'locally,': 0.16; 'skip': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; 'looks': 0.29; 'subject:?': 0.34; 'received:google.com': 0.34; 'subject:: ': 0.37; 'subject:needs': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/72jIqUejxTi4ZP88Q3rHUahNr1/N479f3MuRmjqC20=; b=KiGjgrcrmTh/t8qFbTQYkdTeGpstnkJAlradttXEcnmGY4SDXKD2e0EsxFcUxtg0+T 6+zmCsC3pAFFwu3GcvuosDDzladsf508avEFSJ3Q+R29Ul27YDtyk3+kL7fLjWSfr8Or vYM7TQhCPa1/YMIwue8kTndLgTOnhVNr2goyD4V1ZOKE/3TboZkmqRUNMKJhIbTWmd7k csCsrsaZbFDWAGtZNEMQwStTWeG9gsni39gTzOwIhnn7nAsVQIgMF8AQDQS4FzMbvKGa 72lLm64FlIiDkN66SO4ZksTwGFzAZxvuFnC5FRqKIYO9hGw78/HPuCp3M/0XDIiVhy/f /WOg==
MIME-Version 1.0
X-Received by 10.60.101.195 with SMTP id fi3mr11841710oeb.65.1432584168399; Mon, 25 May 2015 13:02:48 -0700 (PDT)
In-Reply-To <93ce55bf-3b0d-42ce-b514-2326f45ca2bb@googlegroups.com>
References <93ce55bf-3b0d-42ce-b514-2326f45ca2bb@googlegroups.com>
Date Mon, 25 May 2015 15:02:48 -0500
Subject Re: Why dropbox.client.DropboxClient.put_file needs file_obj as a parameter?
From Skip Montanaro <skip.montanaro@gmail.com>
To zljubisicmob@gmail.com
Cc Python <python-list@python.org>
Content-Type multipart/alternative; boundary=089e0111ba0e77e9790516ed7eb3
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>
Newsgroups comp.lang.python
Message-ID <mailman.41.1432584177.5151.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1432584177 news.xs4all.nl 2855 [2001:888:2000:d::a6]:56907
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:91210

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Looks like the file_obj is what you are reading locally, and
magnum_opus.txt is the destination name on Dropbox.

Skip

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Why dropbox.client.DropboxClient.put_file needs file_obj as a parameter? zljubisicmob@gmail.com - 2015-05-25 12:10 -0700
  Re: Why dropbox.client.DropboxClient.put_file needs file_obj as a parameter? Skip Montanaro <skip.montanaro@gmail.com> - 2015-05-25 15:02 -0500
  Re: Why dropbox.client.DropboxClient.put_file needs file_obj as a parameter? "Zoran Ljubisic (mob)" <zljubisicmob@gmail.com> - 2015-05-25 23:26 +0200

csiph-web