GithubHelp home page GithubHelp logo

apex-google-data's People

apex-google-data's Issues

gsessionId always null in google response.

What steps will reproduce the problem?
1. execute any method of CalendarService.cls (for example getCalendarByTitle).

What is the expected output? What do you see instead?
You get an exception "list index out of bound" because in the line 189 of 
GoogleService.cls, the string gsessionid is not in the header.

What version of the product are you using? On what operating system?
last version on summer 13 and winter14 (tested in both and it fails)

Please provide any additional information below.
the login works great, it's after the login when it crashes.
I think google has changed the response url. Is there any workaround?

Original issue reported on code.google.com by [email protected] on 12 Sep 2013 at 4:39

Hosted Google Apps requires SSL endpoints

What steps will reproduce the problem?
1. Tried to use the toolkit to retrieve and edit Google Calendars on a Apps 
for your domain instance
2.
3.

What is the expected output? What do you see instead?
Expected successful request and xml received, instead got 412 
Precondition Failed response from Google and no indicator of the possible 
SSL issue.

What version of the product are you using? On what operating system?
The latest, N/A

Please provide any additional information below.
After changing the endpoints in the CalendarService class to https, this 
resolved the problem.  Seems like a good idea to update this either way 
since both hosted Google Apps and personal Google logins work with SSL.


Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 3:51

oll

What steps will reproduce the problem?
1. ç

2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Dec 2009 at 5:32

Argument 1 Cannot be null

Steps to reproduce the issue.
1. Install google api toolkit (as per instruction).
2. Use it in simple demo application like mentioned in 
"http://wiki.developerforce.com/page/Google_Data_APIs_Schema_Demo"
3. When the application is executed. It brings the authenticated spreadsheets 
from the google drive.
4. Select the appropriate spreadsheet.
5. Select the object to extract.
6. It shows , "Argument 1 cannot be null" error. And application halts

The fix that I found was in the GoogleData Class, getRelLink(xmldom.element e, 
string rtype ) method. The line
if( ee.getAttribute('rel') == rtype) had to be changed to 
if (ee.getAttribute('rel') == rtype.replace('https','http') and it fixed the 
issue.

I am using Salesforce Developer Org, API version 27 and Summer 13 level.

Original issue reported on code.google.com by [email protected] on 5 Jun 2013 at 8:45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.