Hi,
I deployed a test application on GoDaddy.com. (http://allibilli.info)
When i am trying to get the session token as below,
try{ sessionToken =
AuthSubUtil.exchangeForSessionToken("https","www.google.com",authToken,
privateKey); }
catch (GeneralSecurityException e) {
System.out.println("EXCEPTION == ="+e.getMessage());
e.printStackTrace(); }
I am getting the following Exception. I don't have any issues with the
privateKey or authToken.
java.security.AccessControlException: access denied
(java.net.SocketPermission 74.125.19.99:443 connect,resolve.
Even if I used like sessionToken =
AuthSubUtil.exchangeForSessionToken(authToken, privateKey); Getting the
Same, and later found that "https","www.google.com" are default parameters
even we didn't specified.
Could anyone help me on this, please? I am working on this from past 2days
in different ways but no luck.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---