Show user’s Google Documents spreadsheets by logging into their google account using javascript. I have a login page for this. If login was succesful, user’s spreadsheets should be seen. How can this be done?
Show user’s Google Documents spreadsheets by logging into their google account using javascript. I
Share
In order to use Google API you need to create an App, register it and authenticate it from the user before you can access his/her data on Google servers. This might help you to get started :