Hi, I want to embed google private spreadsheet in a java web application. Currently, to display private spreadsheet in the client web page, spreadsheet url is passed from the server side. Url is "https://spreadsheets.google.com/ccc?key=<ss-key>" But in the client side an active google account session must be open to display google spreadsheet; otherwise spreadsheet area will be blank in the web page. Is there a way to pass google account user credentials along with spreadsheet key from the server side to the user(client) so that user need not log-in to google account in web page?