Google Docs error reporting
OK, my detailed note i originally wrote for this issue doesn't work because of the following message:
1. You have included 9 images in your message. You are limited to using 4 images so please go back and correct the problem and then continue again.
Images include use of smilies, the BB code [img] tag and HTML <img> tags. The use of these is all subject to them being enabled by the administrator.
that note contains NO images or references to images or smilies, BB code, HTML img tags… so i'll just have to go with a pure-prose description of my question.
i'm writing an iPhone app that includes interfacing to Google Docs. i'm using Tom Saxton's GoogleDocs.m file as a guilding example of how to login and transfer data between an iPhone app and Google Docs, and using the gdata-objectivec-client library from code.google.com
i'm getting a non-nil NSError from the callback to (void)[service authenticateWithDelegate:self didAuthenticateSelector:@selector(ticket:authentic atedWithError)]; the problem is the error data returned from this Google Docs call. An NSLog() dump off all attributes yields only a decription "Operation could not be completed. (com.google.GDataServiceDomain error -1." this is not very helpful.
does anyone know of where i can find a complete list of ALL errors returned by Google Docs? is their another Google Docs "error object" i can use to get mote detailed ionformation on the exact error?
Last edited by foo357; 05-28-2010 at 12:26 PM.
|