You need to sign in to do that
Don't have an account?

salesforce to google drive integration
So my requirement is I want all the salesforce attachment backup in google drive also I can syncronise the salesforce with google drive so that in future if I will upload any attachment in salesforce it will automaticallu added to the google drive
Can anyone help me how we can do this using third party app or any other way we can intergrate salesforce with google drive
Can anyone help me how we can do this using third party app or any other way we can intergrate salesforce with google drive
You can use the new feature provided by Salesforce for the same which is known as Files Connect.
Please refer to the documentation for the same.
- http:// https://resources.docs.salesforce.com/204/latest/en-us/sfdc/pdf/salesforce_files_connect_implementation.pdf (http://https://resources.docs.salesforce.com/204/latest/en-us/sfdc/pdf/salesforce_files_connect_implementation.pdf)
Hope this helps.Please mark this as solved if it's resolved.
Thanks,
Nagendra
May I request you please refer the below link for reference on Salesforce to google drive integration.
- https://www.youtube.com/watch?v=PnFQs_iSFvo
- https://salesforce.stackexchange.com/questions/113319/integration-with-google-drive-in-apex
Hope it will be helpful.Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.
Thanks
Rahul Kumar
You need to first authenticate the credentials from the link https://console.developers.google.com/project
Follow the link for the step to create the project and credentials -- credentials https://help.salesforce.com/articleView?id=000239696&type=1
The second Step you need to create one visual force page, I have added the VF page
The third step is you need to create the apex-class and assign the client id and client secret which you will get from google API credentials,
I have attached the apex-class also after following this step you will be authenticated and your file will be uploaded from salesforce to google drive.
Feel free to ask if you need further clarification.
Mark, it as best answers if you like it.
Thanks!