Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've been doing a lot of development locally with the Google Drive API, but suddenly I'm no longer able to access files using the downloadUrl link.

I'm wondering if I've been blocked or anything, although I can't see how as I should be well under the API limit. The 403 isn't the friendly Google one, but a standard:

HTTP Error 403 (Forbidden): The server refused to fulfill the request

Any ideas? Thanks!

share|improve this question
Have you tried using another IP address? (or using a proxy) – Lotfi Aug 4 '12 at 20:19
@Lotfi Yup, still denied :( – Stuart Memo Aug 4 '12 at 20:32

1 Answer

up vote 1 down vote accepted

Check the error messages on the 403 responses, it will give you some information. You may have to perform exponential backoff.

share|improve this answer
That was it thanks! Looks like I'll have to rethink my approach. – Stuart Memo Aug 4 '12 at 22:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.