Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Skip Montanaro Newsgroups: comp.lang.python Subject: Setting up/authenticating Google API? Date: Sun, 21 Feb 2016 09:51:26 -0600 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 57ppz66PCeej5S+FKe2IFw9n3dEXJAz1NWlkuxNdJXtQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.171 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.67; '*S*': 0.01; 'api': 0.09; 'subject:skip:a 10': 0.09; 'python': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'skip': 0.18; 'setup.': 0.22; 'thanks,': 0.24; 'message-id:@mail.gmail.com': 0.27; 'ago': 0.29; 'asked': 0.29; 'subject:/': 0.30; "i'd": 0.31; 'post': 0.31; 'anyone': 0.32; "i'll": 0.33; 'lists': 0.34; 'received:google.com': 0.35; 'question,': 0.35; 'something': 0.35; "isn't": 0.35; 'but': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'really': 0.37; 'thought': 0.37; 'received:209': 0.38; 'mailing': 0.38; 'google': 0.39; 'to:addr:python.org': 0.40; 'skip:u 10': 0.61; 'strictly': 0.64; 'contact': 0.66; 'groups.': 0.72; 'defunct': 0.84; 'pump': 0.84; 'to:name:python': 0.84; 'have.': 0.93; 'subject:Setting': 0.96 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=2iqkBObqP85KOa8gEJ8o+SmGezRdSB6aLa20nEhZXMA=; b=KBdBOlGI6G2D9YvB/9CipeSu1XdqERmqEQ1lFNvTrAdCtJatZolmraYfpSOjZkAu1c /EDx3faVqMpJqxa588oiHLQRW6epsxCE8tpOb65blHMmB3vBKYzlJWA4OvBk/r/v2v+o 01cWqNFpMda6P3XLTqeMCN66z7de6esI9gkCv5hjUmspTo0PLUdRynpGx/vnxfK890bP atB9bTFjr5YA733/A/5yFmGozhhXj595wC1FsfZwI8tolfrhRzPdo+Mjy+mNAILU0eyg mGC5/TYU98GoauBtJz37dH6QY12ocQGKpoJk6OHfBm+CqoTYBQI9h73JBnIrxrrgBdfO T5lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=2iqkBObqP85KOa8gEJ8o+SmGezRdSB6aLa20nEhZXMA=; b=XJKuvP/RyIswuf+LbKbmOPkxxco1mMdq0wJvaXm41qi2bqXSuEwnxzaobmbVZoYq5S TAP7WojGYqhzxd8S8ynBvIEtqey2LYycWADKXjzvfne75boXSj8YpCW7JtxYRNmgRlu8 RRBK4BLD1qoxx9JAcSXWO49XnXYaXLkOau4NLpBddVfdts5BFAmkbZfALul/Uoq90quS PVMRmWF7DfGtCpC5K+iMFwT/QVKx3Ey1kA/ICLvcojt8lGS66+EShX72o/KDSaDEDYdI 3cf6pYVmAZb0E4HrXuWCJq5vwc/XGUo3Me/ZCu9FE8hUZAoZdoLG9A02SfGw18p94gV6 evPw== X-Gm-Message-State: AG10YOSUtdv4dIxV2PvRobRKp/kt9P3/qruB88qg1vHa7x0bYH/F3vxsfmUJbCgyiJbFX1/mAR80q38YVdrXSw== X-Received: by 10.140.101.238 with SMTP id u101mr7916841qge.33.1456069886347; Sun, 21 Feb 2016 07:51:26 -0800 (PST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 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:103299 This isn't strictly a Python question, however... Once I get myself authenticated, I intend to use the Python Google API to pump archived mail messages from a few defunct mailing lists into Google Groups. I thought it would be pretty straightforward, but my attempts a few months ago were completely unsuccessful. I asked for help on the relevant Google product forum but got zero assistance. I'd really appreciate a little help with the setup. If anyone has had successful experience with this, please contact me off-list. Once I get something going, I'll write a blog post so others don't have the same problems I have. Thanks, Skip Montanaro