using cURL to interact with Google data...
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
From:
Gabriel <gabriel.mur... @gmail.com>
Date: Thu, 19 Mar 2009 14:36:41 -0700 (PDT)
Local: Thurs, Mar 19 2009 5:36 pm
Subject: using cURL to interact with Google data...
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Gabriel <gabriel.mur... @gmail.com>
Date: Thu, 19 Mar 2009 15:03:20 -0700 (PDT)
Local: Thurs, Mar 19 2009 6:03 pm
Subject: Re: using cURL to interact with Google data...
Also, in my authentication request I used
-d service=xapi
Not sure if that is the correct service to use.
Cheers,
Gabe
On Mar 19, 2:36 pm, Gabriel <gabriel.mur... @gmail.com> wrote:
> I have a question relevant to this post:
> http://code.google.com/support/bin/answer.py?answer=78451&useful=1&sh ...
> I am trying to use cURL to grab RSS feeds for the discussion pages at
> Google Finance, e.g. this page:
> http://finance.google.com/group/google.finance.704586/feed/rss_v2_0_t ...
> The authentication request seems to work fine and I get a long auth
> code in response. But then if I try the command
> curl --header "Authorization: GoogleLogin auth=DQAA..." "http://
> finance.google.com/group/google.finance.704586/feed/
> rss_v2_0_topics.xml"
> I get a response that my client does not have permission to get that
> URL. How do I get the correct authorization code for this?
> Cheers,
> Gabriel
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Eric Bidelman <api.e... @google.com>
Date: Fri, 20 Mar 2009 21:29:10 -0700
Local: Sat, Mar 21 2009 12:29 am
Subject: Re: [GData Protocol] using cURL to interact with Google data...
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Gabriel Murray <gabriel.mur... @gmail.com>
Date: Sun, 22 Mar 2009 12:22:00 -0800
Subject: Re: [GData Protocol] Re: using cURL to interact with Google data...
Hi Eric,
Thanks for the help. What service name do you use if it's a discussion
group about a particular service, e.g. a discussion group about Google
Calendar or Google Finance? Is there a service name for all Google
groups?
Cheers,
Gabriel
On Fri, Mar 20, 2009 at 8:29 PM, Eric Bidelman <api.e
... @google.com> wrote:
> Hi Gabriel,
> Each API service name is listed here:
>
http://code.google.com/apis/gdata/faq.html#clientlogin
> Btw, there's a better version of that article here:
>
http://code.google.com/apis/gdata/articles/using_cURL.html
> Eric
> On Thu, Mar 19, 2009 at 2:36 PM, Gabriel <gabriel.mur... @gmail.com> wrote:
>> I have a question relevant to this post:
>> http://code.google.com/support/bin/answer.py?answer=78451&useful=1&sh...
>> I am trying to use cURL to grab RSS feeds for the discussion pages at
>> Google Finance, e.g. this page:
>> http://finance.google.com/group/google.finance.704586/feed/rss_v2_0_t...
>> The authentication request seems to work fine and I get a long auth
>> code in response. But then if I try the command
>> curl --header "Authorization: GoogleLogin auth=DQAA..." "http://
>> finance.google.com/group/google.finance.704586/feed/
>> rss_v2_0_topics.xml"
>> I get a response that my client does not have permission to get that
>> URL. How do I get the correct authorization code for this?
>> Cheers,
>> Gabriel
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Eric Bidelman <api.e... @google.com>
Date: Sun, 22 Mar 2009 13:36:27 -0700
Local: Sun, Mar 22 2009 4:36 pm
Subject: Re: [GData Protocol] Re: using cURL to interact with Google data...
To be clear, Google Groups doesn't have a Google Data API, so ClientLogin
won't work.
I'm not sure why curl is giving you a 403 error.
That feed seems to be public.
I would ask around the Google Finance API group:
http://groups.google.com/group/google-finance-apis
Eric
On Sun, Mar 22, 2009 at 1:22 PM, Gabriel Murray <gabriel.mur... @gmail.com>wrote:
> Hi Eric,
> Thanks for the help. What service name do you use if it's a discussion
> group about a particular service, e.g. a discussion group about Google
> Calendar or Google Finance? Is there a service name for all Google
> groups?
> Cheers,
> Gabriel
> On Fri, Mar 20, 2009 at 8:29 PM, Eric Bidelman <api.e... @google.com>
> wrote:
> > Hi Gabriel,
> > Each API service name is listed here:
> > http://code.google.com/apis/gdata/faq.html#clientlogin
> > Btw, there's a better version of that article here:
> > http://code.google.com/apis/gdata/articles/using_cURL.html
> > Eric
> > On Thu, Mar 19, 2009 at 2:36 PM, Gabriel <gabriel.mur... @gmail.com>
> wrote:
> >> I have a question relevant to this post:
> http://code.google.com/support/bin/answer.py?answer=78451&useful=1&sh...
> >> I am trying to use cURL to grab RSS feeds for the discussion pages at
> >> Google Finance, e.g. this page:
> http://finance.google.com/group/google.finance.704586/feed/rss_v2_0_t...
> >> The authentication request seems to work fine and I get a long auth
> >> code in response. But then if I try the command
> >> curl --header "Authorization: GoogleLogin auth=DQAA..." "http://
> >> finance.google.com/group/google.finance.704586/feed/
> >> rss_v2_0_topics.xml"
> >> I get a response that my client does not have permission to get that
> >> URL. How do I get the correct authorization code for this?
> >> Cheers,
> >> Gabriel
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Gabriel Murray <gabriel.mur... @gmail.com>
Date: Tue, 24 Mar 2009 11:03:23 -0700
Local: Tues, Mar 24 2009 2:03 pm
Subject: Re: [GData Protocol] Re: using cURL to interact with Google data...
I posted a message a couple of days ago at the Google Finance
discussion group, but no response. If anyone has the time and
inclination, I'd be curious to know what response you get when you try
something like
Cheers,
Gabe
On Sun, Mar 22, 2009 at 1:36 PM, Eric Bidelman <api.e
... @google.com> wrote:
> To be clear, Google Groups doesn't have a
> Google Data API, so ClientLogin won't work.
> I'm not sure why curl is giving you a 403 error.
> That feed seems to be public.
> I would ask around the Google Finance API group:
> http://groups.google.com/group/google-finance-apis
> Eric
> On Sun, Mar 22, 2009 at 1:22 PM, Gabriel Murray <gabriel.mur... @gmail.com>
> wrote:
>> Hi Eric,
>> Thanks for the help. What service name do you use if it's a discussion
>> group about a particular service, e.g. a discussion group about Google
>> Calendar or Google Finance? Is there a service name for all Google
>> groups?
>> Cheers,
>> Gabriel
>> On Fri, Mar 20, 2009 at 8:29 PM, Eric Bidelman <api.e... @google.com>
>> wrote:
>> > Hi Gabriel,
>> > Each API service name is listed here:
>> > http://code.google.com/apis/gdata/faq.html#clientlogin
>> > Btw, there's a better version of that article here:
>> > http://code.google.com/apis/gdata/articles/using_cURL.html
>> > Eric
>> > On Thu, Mar 19, 2009 at 2:36 PM, Gabriel <gabriel.mur... @gmail.com>
>> > wrote:
>> >> I have a question relevant to this post:
>> >> http://code.google.com/support/bin/answer.py?answer=78451&useful=1&sh...
>> >> I am trying to use cURL to grab RSS feeds for the discussion pages at
>> >> Google Finance, e.g. this page:
>> >> http://finance.google.com/group/google.finance.704586/feed/rss_v2_0_t...
>> >> The authentication request seems to work fine and I get a long auth
>> >> code in response. But then if I try the command
>> >> curl --header "Authorization: GoogleLogin auth=DQAA..." "http://
>> >> finance.google.com/group/google.finance.704586/feed/
>> >> rss_v2_0_topics.xml"
>> >> I get a response that my client does not have permission to get that
>> >> URL. How do I get the correct authorization code for this?
>> >> Cheers,
>> >> Gabriel
You must
Sign in before you can post messages.
You do not have the permission required to post.