- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-22 04:52 PM
I am trying to upload a file to Google Drive via BluePrism
To test the Connector for Google Drive, I downloaded he asset from digital exchange
The process worked fine for files.create method and gave HTTP Status Code: 200
The configurations were as follows
Data 2 field has location of a random pdf from my pc
I have Google OAuth enabled and valid
My question is, which Google drive did the file get created in and How to check the result of action
Since I have not given any location of drive anywhere.
------------------------------
Disha Kulkarni
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-22 06:26 PM
Alternatively, have you tried the drives.files.list action to see what files you have?
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-22 05:26 PM
The file gets created in the root directory by default. You can add additional parameters based on this https://developers.google.com/drive/api/v3/reference/files/create
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-22 06:15 PM
------------------------------
Disha Kulkarni
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-22 06:26 PM
Alternatively, have you tried the drives.files.list action to see what files you have?
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-04-22 07:58 AM
Alternatively I've given editor access to my service account for a drive folder.
So when I use files.list method, it's listing files both from root directory as well as shared folder.
But when I create files, it automatically creates in root directory.
What is the syntax or procedure for adding parameters like Parents Id in my input, so that file gets uploaded at the desired location?
------------------------------
Disha Kulkarni
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-04-22 03:52 PM
Since you're using a service account to upload the file I believe you'll need to make use of sharing to have multiple parents. That means there's a query parameter you'll need to add to your request in addition to the list of parents. The query parameter is supportsAllDrives and it needs to be set to true. So the request would look something like this:
files?fields=[fields]&supportsAllDrives=true
For the parents list, I believe the request body template will need to look something like this:
{
...
"parents": [ [Parents] ]
}
In this case, [Parents] is a Blue Prism Text data item that should contain a list of the parent ID's (ex. "root","jdoe","bobsmith"). When the data item is replaced in the actual request you're left with a JSON array of strings which are the ID's of the other users that should be parents.
Hope that helps.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-22 03:08 AM
The request parameter should be added in fields section of the inputs in action stage?
If yes, how to set supportsAllDrives and parents together as a text data item to be included as Fields in the inputs
------------------------------
Disha Kulkarni
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-22 04:25 AM
Going through this thread, I think that Eric is trying to say that you can add these additional input parameters in your Web Service setting as show below:
Step I: Add the additional parameters under the 'Parameters' section of the action 'drives.files.create':
Step II: Make the changes in your request definition under the 'Request' section of the action 'drives.files.create':
Step III : Once you save the changes, access the same action from Process Studio and pass all the parameters in your action:
NOTE: I haven't tested the same as I do not have Google service account but you can check once if it works for you.
------------------------------
----------------------------------
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-22 07:44 AM
I configured everything you stated above
Let's say I have one parent and my parent id is xyz
This is my action stage configuration
Which configuration is the mistake?
------------------------------
Disha Kulkarni
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-22 08:22 AM
Can you check once for each of the parameter, if the syntax is correct or not. You can do this by clicking on the Calculator symbol beside each parameter one by one and the when the Expression wizard opens up, click on the 'Validate' button. That will help you to isolate the issue like at which parameter you have any issue.
You can show us the exact parameter value where you are getting this error that way.
If there is an error with the expression, then upon clicking on the 'Validate' button, you will get the same exception message:
My guess is your issue lies with the 'Parents' field although I cannot tell for sure as the entire text is not completely visible in your screenshot.
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.
