Hi Jim,
Can you try catching this exception inside of a try/catch block with
something like
try {
//your code here
}
catch(Zend_Gdata_App_HttpException $exception) {
echo "Error: " . $exception->getResponse()->getRawBody();
}
This should help us narrow down what the problem is.
Also so you are aware there is a Calendar API developer forum:
http://groups.google.com/group/google-calendar-help-dataapi
Cheers,
-Jeff
On Jun 27, 9:35 am, Jim <[EMAIL PROTECTED]> wrote:
> I was testing a new php script regarding ACL and everything was fine,
> scripts were not exactly working 100% but at least I could add a
> calendar. Now I get the followoing error message:
>
> Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with
> message 'Expected response code 200, got 403' in /[my path]/Zend/Gdata/
> App.php:468 Stack trace: #0 /[my path]/Zend/Gdata/App.php(459):
> Zend_Gdata_App->post('<entry xmlns='h...', 'http://www.goog...', 4,
> 'application/ato...', Array) #1 /[my path]/calendar-google.php(26):
> Zend_Gdata_App->post('<entry xmlns='h...', 'http://www.goog...') #2
> {main} thrown in /[my path]/Zend/Gdata/App.php on line 468
>
> I am not sure why I am getting the 403 error. Normally this is a
> forbidden access error.
>
> Can someone help?
>
> Jim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---