cancel
Showing results for 
Search instead for 
Did you mean: 

google cloud

aseelodeh
Level 5
Hi, how can i upload and get files from google cloud storage ?

------------------------------
aseel odeh
------------------------------
4 REPLIES 4

Hi Aseel,

You can check the Blue Prism DX Exchange asset: Connector for Storage Transfer API v1 for automating such a use case using storage buckets.

You can refer to the documentations and release notes attached to it. However, to use this or any other Google skills in Blue Prism you would require to have a Google Service Account set up first with necessary permissions and API credentials setup in the Google Workspace console first.

------------------------------
----------------------------------
Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily

Regards,
Devneet Mohanty
Intelligent Automation Consultant
Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up 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 | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------

@aseelodeh,

There's one problem with using the connector for the Storage Transfer API, referenced above. It's implemented using the Web API service feature of Blue Prism which means you won't be able to download binary files with it. It only supports text-based files. All the other features (ex. creating and managing buckets) should work fine.

There are some alternative options though.​ 

  1. You could implement the download actions using the Utility - HTTP VBO, and use the existing connector for everything else.
  2. You could look at using Google's .NET client library for Cloud Storage. You would have to implement the necessary actions in code stages.
Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hello Erik,

Do you mean that the api "Google Storage api JSON v1" does not work to download files? To download and upload files we have to use the Utility - HTTP VBO.

Regards,


------------------------------
Franco Demare
Senior Consultant
Dirwa
America/Argentina/Buenos_Aires
------------------------------

Hi Franco,

Could i replicate:
C:\Users\u0k5775>gsutil cp "C:\profili\u0k5775\Desktop\L92J1135_20240201_1136.eml" gs://bkt-isp-aaaa0-appl-test-001-ew12/
with Utility - HTTP VBO?
 
Thanks,
Nicolò Ceccaroni


------------------------------
Nicolò Ceccaroni
------------------------------