I have the same error every time i try to upload spreadsheet (virtual
cvs file or xls file).
I tried also text_db module, which uploads cvs to google's
spreadsheet.
The following code also produces 503 Server Unavailable error.
client = gdata.spreadsheet.text_db.DatabaseClient()
client.SetCredentials('[email protected]', 'password')
client.CreateDatabase('asdfdfas')
I've noticed, that result of all upload operation is that the file is
uploaded to server, and then server returns 503 error
Peter
On 5 Gru, 18:31, "Eric (Google)" <[email protected]> wrote:
> Is this still an issue. There's been a few recent reports of 503's
> with
> the ACL
> feed:http://code.google.com/p/gdata-issues/issues/detail?id=897&q=API:Docu...
>
> I haven't been able to reproduce your issue however.
>
> Eric
>
> On Dec 3, 11:56 am, Chewy81 <[email protected]> wrote:
>
> > I get a (503) Service unavailable error everytime I try and call the
> > Update() function on a DocumentEntry object. Example below:
>
> > DocumentEntry newEntry = myService.UploadDocument(localFilePath,
> > fName);
> > if (remoteFolderName.Length > 0)
> > {
> > try
> > {
> > newEntry.Title.Text = "Hope this werks";
> > newEntry.Update();
> > }
> > catch (Exception eee)
> > {
> > log(eee.ToString());
> > }
>
> > }
>
> > The document uploads just fine, but the newEntry.Update() throws this
> > error:
>
> > Google.GData.Client.GDataRequestException: Execution of request
> > failed:http://docs.google.com/feeds/documents/private/full/spreadsheet:......
> > ---> System.Net.WebException: The remote server returned an error:
> > (503) Server Unavailable.
>
> > Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Docs Data APIs" 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-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---