SharePoint 2013 - How to get the data from shared folder(Cloud)

Hi All,

        I have to get the data from Shared folder which may be from cloud also. After getting the data, I need to have those data either in list or document library. I would like to know what are all the ways to do this.

Any help is highly appreci

June 28th, 2013 10:12am

Hi Pulithevan,

I have seen a similar issue from you in the following thread:
http://social.technet.microsoft.com/Forums/en-US/417ff445-b6aa-4987-8bcb-8bb14ac226f3/sharepoint-2013-how-to-get-the-data-from-shared-foldercloud

Would you please have a check, whether it is the issue?

Thanks,

Free Windows Admin Tool Kit Click here and download it now
July 4th, 2013 6:00am

Hi,

Thanks for your response. I have to upload all the files which are available in the Shared folder(Cloud) and I have to do this programatically. I know this can be done using Client Object Model in 2010. And also, our custom application should check the shared folder frequently and whenever the new files are added into the shared folder/ the existing files are modified in the shared folder, those updates should happen in the document library also.

Say for example, If one new file is added into the shared folder, then that file should be uploaded into the document library automatically.

Please let me know if you need any other explanations.

July 4th, 2013 7:35am

Hi Pulithevan,

Im not very clear about your requirement, do you mean to get the file from shared folder programmatically and upload them to document library?

You can try to customize an upload action, use web part or other custom control, to upload the files from the shared folder.

If I have any misunderstanding, please feel free to let me know.

Thanks,

Free Windows Admin Tool Kit Click here and download it now
July 4th, 2013 10:12am

Hi Puli,

If you want to make it happen frequently at specific time, timer job is an option, you can custom a timer job to check the document, using the document modified time to check whether the document is new added or new modified, if so, upload to document library.

If your shared folder is in cloud, you may need to do this using client object model, you can use a user control to do the upload, new document check, and use timer job to trigger the user control event.

Thanks,
July 5th, 2013 6:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics