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.

Ha ii everybody ,i am doing a reader application in iphone ,my need is to sync text to google-doc and download it when even wanted,i finished it,but my problem is when i put the username and password to google-doc for authentication it shows an error message GData error Service Forbiddon…."403.4 SSL required"(403),whats the meaning of this message?how can i solve this,if anybody knows how to solve this issue please help me as soon as possible. Thanks in advance.

share|improve this question

2 Answers

Without knowing how you exactly send the request the message indicates that you have to use SSL and thus https to access the service instead of http. Depending on how you query the service this may be as simple as changing the URL or quite complicated.

share|improve this answer
you are absolutly correct,but how can i do this?thanks – ICoder Nov 17 '11 at 5:18
As long as there is no code to see how you do it now, this cannot be answered. – Dennis Bliefernicht Nov 17 '11 at 5:30
sir can you give your mail id,i will send the project,only gogledoc syncing,just 1.3 mb in size. – ICoder Nov 17 '11 at 5:39
up vote 0 down vote accepted

I have solved my problem .we have to put https instead of http for the url.simple.Need to put (s) in http.every thing works fine for me now. Thanks .

share|improve this answer

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.