Sharepoint issue of using Find File and Folder

Hi,
I have been using sharepoint and using Find File and Activity for Sharepoint updates but sometimes back it started giving error and not uploading file to sharepoint and also not giving the error.
I tried many times but it not giving any error but also not uploading any file.
So I am trying Get File/Folder.
I just wish to know the issue for the same , why it is not giving any error.
Thanks in advance!!

@Kunal_Jain,

For example if you are using Upload File to upload an file into a SharePoint folder and file is not getting uploaded to desired folder and not giving any error also, it’s the problem of Destination Folder property configuration.

See the tooltip provided into Upload File,

image

If left blank it will upload to OneDrive root folder.

It’s actually does the same for incorrect destination folder also. I had faced this. Try to check the Default folder or base folder of OneDrive. Your file files would be there.

Solution:
Configure the destination folder property correctly.

Thanks,
Ashok :slight_smile:

Hi @ashokkarale
No I have not left the destination folder blank
It contains the location that we get from Find Files and Folders from the below shown screenshot.
image

ok. so how you are extracting & passing the parent folder from this DriveItem?

Hi @ashokkarale
I have directly passing the drive item value.

@Kunal_Jain,

You should not pass driveitem as destination folder. it should be string.

For testing purpose try giving hardcoded destination folder and check if file is getting uploaded correctly.

Thanks,
Ashok :slight_smile: