I'm trying to create a web application with rails which can access to a google drive spreadsheet and:
- List the content [read only]
- Can add/modify values
Is there a way of doing that without using oauth? I currently have a solution with oauth, but I would like to have at least the read only access without oauth and if possible also to modify them.
EDIT: I'm currently using google drive ruby gem https://github.com/gimite/google-drive-ruby
Thanks in advance