On Aug 28, 2:52 pm, Malli <kmalli...@gmail.com> wrote:
> yep its some thing like spreadsheet%3A... url encoded.
> here is the sample ids of same spreadsheet with different
> idshttp://spreadsheets.google.com/feeds/spreadsheets/tsmmKpPaNIgbcSBCLBN...http://docs.google.com/feeds/documents/private/full/spreadsheet%3A0Am...
>
> both refers to same spreadsheet but one from spreadsheet data api and
> another from document list data api
>
yes exactly... Two different APIs, Two different packages but same
class name for SpreadsheetEntry...
in fact, as far as I can understand these APIs, you have the following
link
docs.SpreadsheetEntry.getId() = "Spreadsheet:"+$
{spreadsheet.SpreadsheetEntry.getKey()
So you can get one and find the other etc...
> On Aug 28, 5:34 pm, Pascal <pascal.voitot....@gmail.com> wrote:
>
> > hello again,
>
> > isn't the document list entry iD something like "spreadsheet:
> > {spreadsheet_key}" ? (or spreadsheet%3A... url encoded)
>
> > Pascal
>
> > On Aug 28, 2:22 pm, Malli <kmalli...@gmail.com> wrote:
>
> > > Getid from spreadsheet entry object returns different id compared to
> > > getResourceid from document list entry.
> > > How to get the document list entry id of type spreadsheet which is
> > > similar to spreadsheet entry id
--~--~---------~--~----~------------~-------~--~----~
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 Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---