How to set directory path of site document library?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2013 09:20 AM
While trying to download files using web service, How to reach in to document library of a site?
Doing it as a simple java pgm.
It is possible to reach at "Company Home/Sample/document.pdf" by giving directory as "/app:company_home/cm:sample/" . But if I give this path like; "app:company_home/sites/my-site/documentLibrary" , its throwing exception. How to solve it? How can I set directory path to download files in my site?
Doing it as a simple java pgm.
It is possible to reach at "Company Home/Sample/document.pdf" by giving directory as "/app:company_home/cm:sample/" . But if I give this path like; "app:company_home/sites/my-site/documentLibrary" , its throwing exception. How to solve it? How can I set directory path to download files in my site?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2013 09:40 AM
Path will be "app:company_home/st:sites/cm:my-site/cm:documentLibrary"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2013 10:30 AM
Worked. Thanx a lot for the help.
