cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

File Reader Snap for Google Storage

asepuri
New Contributor II

Hi All,

Am trying to load a csv file from google drive onto sql server,

c79a5627a27b11d26cd24e8db43de289e043fd1a.png

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

2 REPLIES 2

dmiller
Admin Admin
Admin

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


Diane Miller
Community Manager

jaybodra
New Contributor III

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