Re: Auto-authorization for Google Drive using Python in Mac OS X

2013-11-06 Thread Peter Pearson
On Mon, 4 Nov 2013 11:46:54 -0800 (PST), Pratik Mehta wrote: > I have written Python code for Google Drive which uploads the image > files to my drive app. I have three queries. Here is my code: [snip] > > My Queries: > 1. This program will upload all the images to my given client_id and > client_

Auto-authorization for Google Drive using Python in Mac OS X

2013-11-04 Thread Pratik Mehta
I have written Python code for Google Drive which uploads the image files to my drive app. I have three queries. Here is my code: #!/usr/bin/python import httplib2 import pprint from apiclient.discovery import build from apiclient.http import MediaFileUpload from oauth2client.client import OAut