In this post, we will check how we can Upload File to Google Drive Using Flow and Named Credentials. In our previous post we have upload using oAuth 2.0 flow. But this flow break when we use that component on record detail page during authentication, as Salesforce remove parameters from URL in record details page.So…
Tag: File Upload
Upload File to Google Drive Using Lightning Component
We have covered many points in lightning, but integration is the one we never touch. So today we will do Integration with google drive and upload File to Google Drive Using Lightning Component. Firstly we will do the Authentication with Google Drive. Once we get the Acces Token we will use that token to make…