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
KuenKuen 

Google Auth Session without user input

Hey all,


I'm pretty new to SalesForce and their Apex language. I've been reading some documentation and tried the integration between Google and SalesForce.

 

I'm wondering is it possible to emulate an auth token from google to SalesForce or at least just sign in using code?

I'm trying to read a google spreadsheet and then fill up a SalesForce object automatically. The user login will always be the same for this spreadsheet, so I have the credentials required to login. I am working off of the sample that requires a visualforce, and I'm wondering how would I automatically do the session id token that the google spreadsheet API requires.

 

Any ideas?

 

Cheers