Hi, I have a problem.
For some reason when I make a call to the “odata/Folders” endpoint from my UiPath it works (I use the HTTP Orchestrator activity), but when I upload a version of the process to the cloud and run it, it doesn’t bring me anything. The answer from the cloud is this:
{"@odata.context":"https://cloud.uipath.com/cloud/Cloud/orchestrator_/odata/$metadata#Folders","@odata.count":0,"value":[]}
On my PC I get the following:
{"@odata.context": "https://cloud.uipath.com/cloud/Cloud/orchestrator_/odata/$metadata#Folders",
"@odata.count": 121,
value: [
{...}]}
Could you tell me what could be the problem? I couldn’t find any info that really helped me.
It occurs to me that perhaps as the user of the bot and mine are different, maybe that’s why it doesn’t bring it but I’m not sure.
*Btw I don’t put the value in the forum and neither the original URL, because it’s confidential…