Hi All! I'm just trying to get started with the spreadsheet API and have a 
few ???'s
I read through the 
documentation<https://developers.google.com/google-apps/spreadsheets/#adding_a_list_row>
 (which 
seems to be written for those with a little more experience) but didn't 
find some answers.

   1. I will be using the api at protocol level. If I understand it right 
   it will be strictly http get and post urls. Right?
   2. I will not be accessing non public spreadsheets so can I completely 
   bypass all the OAuth stuff?
   3. when structuring my http gets and post how do I tell it what 
   spreadsheet to access? is "/key/" replaced with the spreadsheet key?
   4. Also how do I tell it which worksheet to access? Is "/worksheetId/" 
   replaced with the name of the worksheet?
   
thanks in advance!

Reply via email to