Need Help Regarding Creating and Uploading file in Storage Bucket

Hi @parvathi_ayanala ,

Could you please help me provide the steps to create a Text file and Upload the file into StorageBucket?

Regards,
Harish

@harish.bojji,

I hope you are trying to upload from UiPath APPS.

Follow this video and I think you won’t require any additional documentation.

From UiPath Studio, follow this documentation.

Thanks,
Ashok :slight_smile:

1 Like

Hi @harish.bojji ,

Please use write text file activity .

  • Write to file - The file to write to. You can choose to configure the file either as an IResource or Local File. If you choose to use a local file, you need to add just the file name and extension and make sure the file exists in the root of the project folder.
  • Text - The text to be written into the file. Supports only strings and String variables

For Upload storage bucket activity

  • Orchestrator Folder - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports only strings and String variables. Use / as a subfolder separator to specify the desired folder.

  • Storage Bucket Name - The name of the Storage Bucket where you want to upload the file. This field is mandatory. This field supports only strings and String variables.

  • File - The full path of the file from the Storage Bucket you want to download. You can use toggle between using a local path or a variable of IResource type. If you are using a local path, relative folder paths are recommended to account for the different file structure between Windows and Linux machines when executing a project. Example:newFolder/newFileName.txt.

  • Where to upload - The path where you want to upload the file in the Storage Bucket.

Hope this helps .
Regards @askvajrang

2 Likes

Thank you for responding so quickly!

You’re supposed to be honest when you use AI to generate a reply, and say so in your reply. Of course, using AI to generate a reply isn’t really helpful.

1 Like

Thank you for the quick update!

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