sharepoint-2013 Questions

4

Solved

I have sharepoint 2013 application deployed on IIS. When I want to start debugging, I face this error: "Unable to start debugging on the web server. IIS does not list a web site that matches ...
Vociferant asked 14/8, 2013 at 11:25

12

Solved

How to get current user name using JavaScript in Script Editor web part?
Billbillabong asked 7/1, 2014 at 20:28

4

I have developed a SharePoint provider hosted (MVC) app and hosted web application in iis of azure VM (WIN SERVER 2012). When we try to use application using an app, It throws below error. Se...
Refurbish asked 30/1, 2017 at 13:51

2

Solved

As title said, Is there a complete list of sharepoint online rest api from official docs? I've done some research. However from the MS docs I can only find Complete basic operations using SharePoi...

4

Solved

I am trying to make a query on a SPList but I got an error saying that List doesn't exist. How can I read the current context in the proper way ? Is somehow a deployment issue ? var clientContext ...
Lenhard asked 30/4, 2013 at 13:2

4

I have a url for sharepoint directory(intranet) and need an api to return list of files in that directory given the url. how can I do that using python?
Deglutition asked 25/5, 2018 at 14:25

3

Solved

Currently I have code that creates a Folder in the Documents directory when run: using (var context = new Microsoft.SharePoint.Client.ClientContext(sharePointSite)) { context.Credentials = new Mi...
Pyridoxine asked 24/2, 2014 at 23:17

2

I am trying to consume Sharepoint Online Office 365 out-of-the-box web services (Lists.asmx) from Java application (from the moment SoapUI 5.3) I tried with all 3 types of authentications (Basic, ...
Saturate asked 14/2, 2017 at 6:45

4

Here is my code, I have included following .js files, onpage load it is giving error "ReferenceError: CryptoJS is not defined" why does it give that error when already js references are added. I am...
Poliard asked 9/4, 2014 at 11:11

2

Solved

This seems to be an aloof question that I can't track down anywhere including here, so I am going to try again to see if someone has a solution. I have a SharePoint 2013 instance that I use the RES...
Derk asked 7/1, 2019 at 18:50

2

Is there a simple way to use a cURL request to the REST API to access a file on my Sharepoint account? For example curl -i -H "Authorization: Bearer <some-key-here>" https://mysharepoint.com...
Windbreak asked 11/2, 2015 at 8:3

4

I have web service that point to sharepoint 2013 Office 365. I use the client object model. I am trying to update the xml file which stores 4 attachments in it. When I do this when I have large bin...
Desperate asked 17/9, 2013 at 23:14

4

We have SharePoint 2013 Servers that were patched with windows updates and since then we are receiving the following error. We have restarted the servers, removed the windows updates manually and t...
Prurigo asked 15/2, 2017 at 4:49

1

I have a ajax method for uploading file to server . - It sends the ArrayBuffer (Typed array of js from reading a file) to server with 3 more params. Endpoint is written in C# web API application. ...
Fairlead asked 17/1, 2020 at 12:4

3

I developed the ChatBot that integrates with SharePoint On Premise. When I debug the ChatBot in emulator, it work. But When I debug on Web Emulator in Azure and Website Hosted in Company Website by...

4

Solved

We're using the Sharepoint 2013 REST API to get all news items from the Sharepoint. We made a custom ContentType 'Newsitem' with several properties including a Publishing Image Field. var content...
Batangas asked 15/9, 2014 at 16:52

1

Whenever I try to save I get this error (via javascript console) POST https://domain.local/_vti_bin/client.svc/ProcessQuery 404 (Not Found) Any ideas?
Sophister asked 10/7, 2013 at 19:53

2

Solved

I'm writing a user to a SharePoint list. I've read that the SharePoint User field has a string like this inside of it: userId;#userLoginName I've tried formatting in the same way when writing to ...

10

Solved

When I tried to add a SharePoint mvc app I am getting following error: Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output ...
Laurellaurella asked 3/12, 2013 at 11:17

2

Solved

I have found that page loads in SharePoint 2013 Online (have not tested On-prem) falls back from MDS to the full page load for any page which contains an app part. I have found this to be true fo...
Nyctaginaceous asked 27/3, 2014 at 16:16

2

Solved

I am trying to create a library(class library) for sharepoint which will have all sharepoint dll to interact with sharepoint server to upload files,documents and create document library and documen...
Electric asked 22/12, 2018 at 7:14

4

Solved

I have the following site in SharePoint 2013 in my local VM: http://win-5a8pp4v402g/sharepoint_test/site_1/ When I access this from the browser, it prompts me for the username and password and th...
Overstuffed asked 6/1, 2014 at 8:24

8

I am developing a Win8 (WinRT, C#, XAML) client application (CSOM) that needs to download/upload files from/to SharePoint 2013. How do I do the Download/Upload?
Cabbageworm asked 12/6, 2013 at 3:7

5

I am trying to add some styling to a Sharepoint 2013 page using the Embed code facility. It works fine until I save the page and then it deleted all the text between the <style> and </styl...
Hecker asked 20/2, 2014 at 10:35

5

Solved

I have a SharePoint 2013 List with versioning enabled. I need to to get SPListItem versions list via REST. I can get SPListItem by that request: http://spbreportportal/Projects/_api/lists/getbytitl...
Aconcagua asked 26/6, 2014 at 6:20

© 2022 - 2024 — McMap. All rights reserved.