Thanks for your reply. Yes, it is a single app domain, premier account. "admin" is only one powerful user, and only this user can see and modify the spreadsheet, actually he is the owner of the spreadsheet and "user" can be anyone in the company (by this I also mean same app domain), but these users can see/modify only parts of the spreadsheet. It has to be a web application so I'll be careful with the tokens to properly reuse them.
Cristina On Oct 1, 7:13 pm, "Bill H." <[email protected]> wrote: > Chitinuta, > Yes, you could have 2 or more clients. As long as they > each have a valid login. > If you're doing ClientLogin from a desktop there's no issue. > However, if you have a web app that uses AuthSub tokens there can > only be 10 outstanding tokens between a given server and a > given google acct, so you should securely store the tokens and > re-use them. > This is a Premier App account where the 'admin' and 'user' > are different accounts in the single App domain? > > Regards, > Bill Hayes > > On Oct 1, 12:07 am, Chitinuta <[email protected]> wrote: > > > I need to do an application based on logged in user's privileges. I > > mean I have a spreadsheet which is available only to an admin > > publisher, I have a group of users that can see and update only a set > > of columns and another group of users which can see and update another > > set of columns. > > My problems is that I need to make first a login for the current user > > to see who it is and based on this see what privileges he has but also > > I have to make an internal login as the admin publisher to be able to > > fetch the spreadsheet columns. > > What do you suggest to do? which do you think is the best approach? If > > I use 2 instances of the SpreadsheetService (one for user login and > > one for admin publisher login) it will be a problem? > > Thanks > > > Cristina --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
