Hi, I have a problem when trying to upload a file to Sharepoint.
I used the “Find Files and Folders” activity in Microsoft Office 365 and then the “Upload File” activity. I get the following error:
It tells me that the path is incorrect, I have followed the instructions and I don’t know what could be wrong.
Can someone help me?
I would first type the path you are using in a word doc manually and then click it to see if the site opens. It may be that you do not have the full path identified…does your path start with //https: and end with .aspx?
Hi! I have tried what you say about the url link by pasting it into a word and it works perfectly, it starts with https:// and does not end with .aspx.
In reply to another comment I have attached a more detailed picture of the process.
Hi @carmen,
That is the model I followed and I got the error.
I haven’t put the activity “get item info” because it doesn’t appear, could that be the problem? How do I make it appear? It is not included in the Office 365 package to me.
your site address begins with https:// and ends with .aspx? This is the sharepoint URL. The rest of your URL is an absolute address for the sub-folder. Use just the Sharepoint address in your code and see if you can access Sharepoint that way in your automation
I guess what Chris meant the url to be:
“https//XXXX.sharepoint.com/sites/UKProcurementTeam-Internal”
or
“https//XXXX.sharepoint.com/sites/UKProcurementTeam-Internal/Shared%20Documents/Forms/AllItems.aspx”
(I guess the former one is the correct one.)
Correct - O365 Sharepoint sites end in aspx. This tells me that since you cannot get into the site with just the aspx it means that whatever account your bot is using to attempt entering the sharepoint site is access restricted.