The table error you got is because you must be trying to change a sheet linked with a form, or you created a table using the deprecated Tables feed. If you see "grayed out" cells in your spreadsheet in the UI, you cannot move those cells via the API.
-Vic On Thu, Aug 25, 2011 at 4:36 AM, peter buddemeyer < [email protected]> wrote: > i think the problem is that i cant get an access token through OAuth 2.0. > when i send the URL it takes me to the appropriate initial page then when i > proceed it comes up with the message bellow even though i am using the > scope recommended by google scope= > https://docs.google.com/feeds/%20https://spreadsheets.google.com/feeds/%20https://docs.googleusercontent.com > > > Service Temporarily Unavailable > > The server is temporarily unable to service your request due to maintenance > downtime or capacity problems. Please try again later. > > > also, i read into the OAuth token guide a bit further and it said something > about Query Parameters wich is an error i received when i tried editing my > spreadsheet. > step by step i > 1. received the cell based feed (wich had multiple cell entries including > Timestamp) > 2. created a new entry with the same protocol as Timestamp, Sample Question > 1, etc. > 3. previewed the code in Coda Preview wich gave me multiple URL's for each > entry > 4. ran my new entry through Chrome and it came up with Invalid query > parameter value for R4C4 2011-08-12T11:03:42.267Z D4 Success Success. > note: when i previewed it in Chrome it gave me this This XML file does not > appear to have any style information associated with it. The document tree > is shown below. > > furthermore(if your still reading =/), after running the code through > Chrome i try refreshing the spreadsheet to see if my work was complete > nothing happend...BUT when i tried refreshing the page when i hade the cell > A1 containing Timestamp it gave me the error: > > This operation is not permitted because it would alter the structure of > this table. More > information<http://docs.google.com/support/bin/answer.py?answer=156100&hl=en> > Data > you entered: Timestamp > > > Sorry for the hassle Dave and all your help has been much appreciated. > hopefully its just an error with the receiving the token making it unable > for me to have authorization headers? > > thanks again mate > -pete > >
