Questions tagged [document-library]

170 questions
3
votes
4 answers

New Document option not available in Doucument Library in SharePoint 2010

I have a strange issue with Documents libraries in SharePoint Server 2010. In all of them I couldn't edit doucment or add new(upload is available, edit properties also) I use administrator account with full control permissions. All libraries…
blackik
  • 495
  • 1
  • 7
  • 17
3
votes
1 answer

Office365-REST-Python-Client Access Token issue

I've found many examples of using the Office365-REST-Python-Client however, none of them are correctly obtaining the access token. I've registered an app under the Azure Portal, granted it API permissions using 'Application permissions', created a…
3
votes
2 answers

How many files can be uploaded to a SharePoint Document Library at a time?

Using the Upload Multiple Files feature, how many files can be uploaded to a document library at a time? Does it depends on total size of the files?
Manish
  • 6,106
  • 19
  • 64
  • 90
3
votes
1 answer

SharePoint 2010 - List view threshold: What does not trigger the threshold?

In SharePoint 2010, we have the List View Threshold, which defaults to 5,000, and: Specifies the maximum number of list or library items that a database operation, such as a query, can process at the same time outside the daily time window set by…
9b5b
  • 1,508
  • 11
  • 20
3
votes
1 answer

Enumerate all folders in a SharePoint list recursively

Is it possible to get a list of all folders in a SharePoint document library, using SPQuery? Something you could get in file system, if you opened Windows command prompt and ran dir /b /A:D /S The problem is, if you create a simple SPQuery and…
naivists
  • 32,681
  • 5
  • 61
  • 85
3
votes
2 answers

Sharepoint performance under heavy load and capacity limitations

I'm working on a new storage system for a business solution package that consists of around 40 applications. Some of those applications generate documents (mostly docx, some pdf) that are currently saved and organized in a network share…
dr.lijenjin
  • 317
  • 5
  • 16
3
votes
1 answer

Extendable .Net Document management for under $30K

i am looking to answer one of those problems that sometimes get give to us devs by sales staff trying to get a sale in under budget. We have a client that requires the following: Document management system that support AD authentication (even if…
Doug
  • 6,460
  • 5
  • 59
  • 83
3
votes
3 answers

Improved document upload experience in SharePoint

The default WSS 3.0/SharePoint 2007 SharePoint upload user experience is like this: Click link for document library. ****PostBack**** Click Upload. ****PostBack**** Click Browse. ****Dialog**** Click on document and click OK. ****Dialog…
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
3
votes
4 answers

How to move document to different folder in SharePoint library with web services

I am desperately trying to move a document in a document library from one folder to another (yes, within the same library). All this is needed to be done through web services. I am using UpdateListItems method with batching XML like this:
Rashack
  • 4,667
  • 2
  • 26
  • 35
3
votes
1 answer

Document checked out in SharePoint when workflow starts

I've found bit of a problem when running a workflow on a document library. When you click new document it'll open up microsoft word in this example. You write some stuff into the document then save it to the library. The workflow associated to the…
Daniel Revell
  • 8,338
  • 14
  • 57
  • 95
2
votes
2 answers

How to create a custom document library in SharePoint?

I am wanting to create a Custom Document Library for the purpose of targeting a custom action feature to the Custom Document Library's New Menu. I have found many different guides on the internet, but you know how old those can be. So what would…
Keith Sirmons
  • 8,271
  • 15
  • 52
  • 75
2
votes
1 answer

How to add tag to document in doc library through programming in liferay?

I am new to liferay. I am using liferay 6.0.5 I want to add "Archive" tag to doc library document through code so latter on I can fetch the document with "Archive" tag. how to do this? Here is the code being worked upon : private void…
Rakesh Goswami
  • 205
  • 1
  • 4
  • 21
2
votes
1 answer

Count total no. of downloads of a file from document library

I'm trying to make a portlet which shows most downloaded files from document library. Thanks in advance.
2
votes
2 answers

In Alfresco Share, how to refer to a nodeRef id in the custom config file?

I'm trying to extend Share DocumentLibrary with a new action that provide a link to some url based on the nodeRef Id (through share-config-custom.xml)
plus-
  • 45,453
  • 15
  • 60
  • 73
2
votes
1 answer

Trigger script on certain document library event?

Is there a way of triggering a script on certain event in a document library in SharePoint? How can one control those events? can they be controlled at all? are they even created by SharePoint? I'm specifically interested on converting some…
1
2
3
11 12