Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument 1 Cannot be null #4

Open
GoogleCodeExporter opened this issue Dec 2, 2015 · 0 comments
Open

Argument 1 Cannot be null #4

GoogleCodeExporter opened this issue Dec 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 auyo...@gmail.com on 5 Jun 2013 at 8:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant