not able to find an example in python
is it possible to rename google spreadsheet name using python? - many thanks


On Sunday, November 15, 2009 1:40:21 PM UTC-5, Eric (Google) wrote:
>
> While you can't store user-defined metadata, you can change
> it's title.  See the snippet here:
>
> http://code.google.com/apis/documents/docs/1.0/developers_guide_python.html#UpdatingMetadata
>
>
> <http://code.google.com/apis/documents/docs/1.0/developers_guide_python.html#UpdatingMetadata>
> Eric
>
> On Sat, Nov 14, 2009 at 8:22 PM, Dave <[email protected] <javascript:>> 
> wrote:
>
>> Hi -
>>
>> I'm creating an app on Google appengine that uses the python api
>> (1.0).  I'd like to use it to rename an existing spreadsheet in a
>> user's Google Docs account. Is there a way to do this? I can't find
>> anything in the API.
>>
>> Alternately, if I can't rename it, I'd like to at least store a small
>> piece of metadata (a string) along with the spreadsheet's entry using
>> the DocumentList API. The ultimate goal is that I am going to
>> differentiate between spreadsheets based on specific actions the user
>> has taken on them through my application. I want to have a page that
>> lists all the spreadsheets and groups them accordingly. I don't want
>> to have to download the content of each spreadsheet to tell them apart
>> though, as that will make listing them take too long. Hence the ideal
>> solution is to append something onto the filename.
>>
>> Thanks,
>> Dave
>>
>> --
>>
>> 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] 
>> <javascript:>.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-docs-data-apis?hl=.
>>
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to