91
Views
6
Comments
Solved
Google Drive Connector
Application Type
Traditional Web
Service Studio Version
11.14.2 (Build 56067)
Platform Version
11.14.0 (Build 34092)

Hello, I'm new to the OutSystems platform, Can anyone please help me with how to save the uploaded files into Google Drive. I'm using the multiple file upload component and google drive component. The upload file data are stored in the database, but I don't know how to save the files into Google Drive with specific users to a specific folder

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Muruga,

Did you successfully execute the instructions on the Description tab of the Google Drive Connector Forge component?

To create a Google Drive folder or create files in Google Drive folders use the Files_CreateFolder and Files_Create actions from the component.

Regards,

Daniel

2022-02-01 06-08-14
Muruga Nandan

Thank you @Daniël Kuhlmann  it's working, but again I would create the same folder it will be redundant folder will be inserted into the Google Drive Connector

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

You can use the Files_List action to search for existing files and folders.

Or you save the CreatedFolder result to reuse when you later want to store a new file in the same folder

UserImage.jpg
Gaganashree Lohit

Team please someone help me on this, i have api key and other credentials, where to use it? Also i have installed GD Connector what to do with that


UserImage.jpg
Gaganashree Lohit

Hello Murugan could you please help me how you were able to save files into the GD, I have installed GD Connector also generated API Key and other credentials, what to do with that?

UserImage.jpg
Gaganashree Lohit

Hello Daniel,

I have successfully executed all the steps in the Document. What is mt next step to get that functionality in my application?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.