RE: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-05 Thread Deborah Swanson
MRAB wrote, on February 05, 2017 4:34 PM > > On 2017-02-06 00:08, Deborah Swanson wrote: > > Hi David, > > > > Well, I really don't know the first thing about Macs, but it looks > > like you got the download and environment variable right, at least > > it's not complaining about that. > > > >

Re: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-05 Thread MRAB
On 2017-02-06 00:08, Deborah Swanson wrote: Hi David, Well, I really don't know the first thing about Macs, but it looks like you got the download and environment variable right, at least it's not complaining about that. Looks like the current problem is with the parameters you're passing to

RE: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-05 Thread Deborah Swanson
Hi David, Well, I really don't know the first thing about Macs, but it looks like you got the download and environment variable right, at least it's not complaining about that. Looks like the current problem is with the parameters you're passing to the build() function. I don't have the

Re: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-05 Thread Amadi, David
If I understand your previous email well, I've created the bits I highlighted below and I'm still getting error messages - see below. I'm running the python script on a Macbook Pro. *DEVELOPER_KEY = "AIza*"* *YOUTUBE_API_SERVICE_NAME = "youtube"* *YOUTUBE_API_VERSION = "v3"*

Re: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-05 Thread Amadi, David
Hi Deborah, Thank you for stepping in, I appreciate it. Here's the python code I'm working with - http://codegists.com/snippet/python/youtube_searchpy_valeraradu_python To be honest, I don't know how to define the environment variable GOOGLE_APPLICATION_CREDENTIALS to point to a file defining

RE: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-05 Thread Deborah Swanson
OK David, I'm also a Linux newbie and my Linux PC has a dead power supply that I've been too sick to fix. Since it is a choice (given my limited energy resources), I've spent my time learning python on a very old Windows PC instead of reviving the Linux PC, and I've never used Google Apps.

RE: Python: How do I resolve oauth2client.client.ApplicationDefaultCredentialsError: The Application Default Credentials are not available?

2017-02-04 Thread Deborah Swanson
david.am...@digital.beis.gov.uk wrote, on Saturday, February 04, 2017 3:39 PM > > Hello All, > > I'm a newbie to python programming - got into it > predominately for the purposes of machine learning and data > mining and even though I've committed several weeks to > learning the scripting