I have installed sheetnode and so far everything is working nice. I was able to add a spreadsheet to my drupal project and definitely looks awesome, but I do have a problem when I try to use the google integration: Everytime I try to fetch my private sheets I have an ajax error 500 message. I tried fetching without passwords, and it requests to send credentials. I tried supplying a wrong password and says 'bad credentials', the error only happens when my credentials are good, which makes me think that I never authorized sendnote to work within google, and maybe that's the cause of the problem. Do you know what might be happening there?

Comments

Anonymous’s picture

i am having the same problem, someone please help!

mgarcia@usu.org.au’s picture

Similar issue
Mine is login success but it does not show my Private Spreadsheets from Google drive? I says No Spreadsheets available
when their clearly is

A.Kotov’s picture

Could not fetch private Spreadsheet
with correct credentials -
"An Ajax HTTP error occurred"
"HTTP result code 200"

with wrong credentials -
"Authentication with Google failed. Reason: BadAuthentication"

so at lest it google authentication passed through.

sachin1980’s picture

Unable to use Google spreadsheet.

I uploaded the Zend folder, but when I try to give the path I am getting error :
The path you entered does not point to a valid location. Please enter the full path of the extracted Zend Gdata package, including the library subdirectory.

Shashwat Purav’s picture

Status: Active » Needs review

Solved!! I got it working with following steps:

1. Downloaded "Zend Gdata Framework 1.9.x or higher" from https://github.com/alchemy-fr/gdata.

2. Extracted it in libraries folder and put "Zend Gdata library path" as "sites/all/libraries/gdata-master/library".

And it worked. :)

willhallonline’s picture

Thanks. I will check it out and if it works update some documentation. :)