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
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
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
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
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
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?
Hello Daniel,
I have successfully executed all the steps in the Document. What is mt next step to get that functionality in my application?