function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Subbu'sSubbu's 

Need Help in Google+ Domains Integration

Hello Everybody ,

 

I am trying to get list of Activities from Google+

 

I was used the scopes and Endpoint URL taking the reference of OAuth play ground ..

 

But , in the OAuth play ground and in my controller it is returing the message as follows.

{
 
"error":{
 
"errors":[
   
{
   
"domain":"usageLimits",
   
"reason":"accessNotConfigured",
   
"message":"Access Not Configured"
   
}
 
],
 
"code":403,
 
"message":"Access Not Configured"
 
}
}


Can any body help to know me why this error is ?
Did I need to change any settings in my Google+ or in Google Apps?
Best Answer chosen by Admin (Salesforce Developers) 
Vinita_SFDCVinita_SFDC

Hello,

This error is not from salesforce side. Please register your application on the Google APIs Console and enable the Drive API and SDK.

Refer: https://developers.google.com/drive/enable-sdk