Re: [orkut-developer] R: Re: forbidden: API quota exceeded on GetPhotosTx

2012-01-18 Thread Sarvesh Exl
I am also getting this API quota exceeded message while fetching images of
the album.

I am using 3-legged auth. I dont really exceed the quota.

Can any body help in here?

Regards,
Sarvesh

On Thu, Jul 7, 2011 at 8:42 AM, a.bellav...@opentecheng.com <
a.bellav...@opentecheng.com> wrote:

> I'm speaking about a simple request that ask for a user's photos.
>
> GetPhotosTx fetchPhoto = photoFactory.getPhotos("OWNER ID", "ALBUM ID");
> transport.add(fetchPhoto).run();
>
> Today, I have the same problem,
>
>  fetchPhoto.getError().**isApiLimitExceeded()
>  fetchPhoto.getError().**isClientError()
>
> return true.
>
> --
> You received this message because you are subscribed to the Google Groups
> "orkut Developer Forum" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/opensocial-orkut/-/6rRwxxwGjPAJ.
>
> To post to this group, send email to opensocial-orkut@googlegroups.com.
> To unsubscribe from this group, send email to
> opensocial-orkut+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] R: Re: forbidden: API quota exceeded on GetPhotosTx

2011-07-12 Thread a.bellav...@opentecheng.com
I'm speaking about a simple request that ask for a user's photos.

GetPhotosTx fetchPhoto = photoFactory.getPhotos("OWNER ID", "ALBUM ID");
transport.add(fetchPhoto).run();

Today, I have the same problem,

 fetchPhoto.getError().isApiLimitExceeded()
 fetchPhoto.getError().isClientError() 

return true.

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/opensocial-orkut/-/6rRwxxwGjPAJ.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.