Linking Apps, Storage Bucket and Other Storage Platform

Hi,

am looking for best practice idea for:

  1. Upload documents to Apps
  2. Store it to other cloud storage of business requirement - onedrive/gdrive etc

I’ve thought of triggering process based on new item added to Bucket Storage but I’m not sure if that’s plausible?

The only way i can think of is to save it to Storage bucket, download it to local and upload back to cloud storage.

Any way we can remove the downloading to local part?

Please advice.

1 Like

@syezids ,

You can add document to storage bucket and then call Process start once document uploaded in storage bucket by using UiPath Apps.

Thanks,
AK

understood, but to move from storage bucket to onedrive, bot would still need to get and download files from storage bucket and store locally no?

pls advice

@syezids , That’s true ,

I would suggest create data service entity and store file into entity and then read it from there into process and pass it to onedrive.

got it.

Thanks a lot

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.