I was able to use Studio Web last year. Today, I followed the steps in both course: Introduction to automation and Getting started with studio web. I keep getting the error message. See below. Can somebody help? Thanks.
1[UiPath.MicrosoftOffice365.Office365Exception]
Code: nameAlreadyExists
Message: A file with the same name is currently being uploaded. Change the filename and try to save again.
As per the error looks like you are trying to upload a file with the name already exists on SharePoint or Onedrive using Office 365 integration activity.
Check if Replace property is there to replace or rename the file so you won’t be getting the error.
As per the error, it says file already exists. Even though you don’t see the file in your OneDrive folder, Microsoft Graph still thinks a file with the same name is “in upload / locked state”.
You can enable the replace file option in the activity.
Or you can do a small change like _v2 or _test ,this usually works immediately.
Alternately, you can use use get file or folder and delete it if you are not using it anymore.
I also tried to download the desktop version of Studio community edition. I do have academic alliance program membership. But I could not install the latest on my windows 11. I used to have 2022 version of the Stuio and it worked. Now with the latest version, installation is a problem. Any suggestions? Thanks
As per the error, Studio Web is trying to create a file in OneDrive with a name that already exists or is still locked due to an incomplete upload. Even if the file is not visible in the folder, it may be stuck in the background. Try renaming the project or logging out and back into Studio Web and OneDrive to clear the pending upload. This should resolve the issue.