Hi,
The website I've been working on is using the YouTube v3 API to allow users to upload videos to their account, browse etc. The problem I'm having is that since this morning, I'm getting exceptions (Google_ServiceException) using the PHP API with '(503) Backend Error' returned from Google. This only happens for some requests. I can reload the page in question and it will work fine the on the next reload, I get the 503. This is happening calling the following API methods:
Other methods may be affected - these are just the ones I can test quickly. All of this code was working fine up until this morning. Is anyone else experiencing similar problems with these 503s?
-bstewart