05-24-2017 08:14 AM
Hi All,
Am trying to load a csv file from google drive onto sql server,
Have checked file permissions and account setup correctly on google drive(regular google account).
My question is, can we access google drive and files on the drive through this snap or do I need to create a project and bucket on google cloud storage in order to make this work.
Could you please suggest if there is any better snap pack for his kind of operation.
Thanks in advance!
Arun
05-24-2017 07:17 PM
I believe the Google Storage account is only for Google Storage, not Google Drive.
You can use the REST Snaps to connect to Google Drive. See our blog post: Connecting SaaS providers with SnapLogic’s OAuth-enabled REST Snaps
05-30-2017 10:02 AM
You can try REST basic authentication and provide your username, password. Link the basic account which should work.
You can also explore REST api to read/download file from google drive: Download files | Drive API | Google Developers