Questions containing this tag should include some basic information about the given SP installation: SP Online, SP Foundation, SP Server and the version year (Sharepoint Server 2016 for example). There also has to be an explanation about where it's hosted (sharepoint-hosted or provider-hosted).
Questions tagged [sharepoint-apps]
190 questions
2
votes
1 answer
SharePoint 2013 Cross-Domain Library Scenario: Authentication Mechanism for Remote App
I have a SharePoint provider-hosted app that exposes a Web API endpoint. I'm using this endpoint as a middle man to call a secured external web service. I want to make calls to my Web API endpoint via javascript in a SharePoint Page (a Publishing…

brennaman3
- 133
- 5
2
votes
1 answer
Determining if the value entered is a User or Group - Client Side Object Model
I'm having a play around with the client side object model and apps for SharePoint Online. I can retrieve the information from a Person and Groups field using a FieldUserValue object, however, how can I determine from this if the value entered is…

Tom Skidmore
- 31
- 2
- 6
2
votes
4 answers
SharePoint Hosted App 2013 - List Permissions on App Level
I was googling for a quite some time, and could not find the answer to this. Here is the question:
Is it possible to manage users permissions of the lists that are
deployed to the app web?
We have many possibilities to do this on host web…

gradosevic
- 4,809
- 2
- 36
- 51
2
votes
1 answer
How to itetrate through files in a document library
I've been creating a provider hosted app and I'm stuck at retrieving Documents titles using CSOM C# my code is as follows.
var spContext = SharePointContextProvider.Current.GetSharePointContext(Context);
using (var clientContext =…

Akshay Halasangi
- 56
- 1
- 9
2
votes
3 answers
There was no endpoint listening at (Service Bus)) for sharepoint app = Cannot register AppEventReceiver.svc on Microsoft Azure Service Bus:
1st I opened a new Sharepoint App Project from the Book:
Pro Sharepoint App Development (APress)
https://onedrive.live.com/redir?resid=68C060F1B173BAA9!51983&authkey=!AH2c9Msfs2m9KJg&ithint=file%2crar
2nd. I went to my azure account, created a…

Luis Valencia
- 32,619
- 93
- 286
- 506
2
votes
1 answer
SharePoint 2k13 http Error 503 service unavailable in SharePoint Web Services web app
I am trying to install and configure SiteMailBox on SharePoint and when i execute the .\Set-SiteMailboxConfig.ps1 i get the error :
Get-SPAppPrincipal : The HTTP service located at
http://app:32843/87f2cfd3c96f4130b4f269d7cae8d99b/AppMng.svc is…

Haithem KAROUI
- 1,533
- 4
- 18
- 39
2
votes
1 answer
SharePoint 2013 App Part - Not using iFrame or flowing elements outside of iFrame
I am currently developing an App Part that is attached to an Associate Directory application.
As one of the methods of finding someone, I have implemented a custom implementation of the jQuery UI Autocomplete widget…

Eric
- 153
- 6
2
votes
3 answers
SharePoint-hosted app - server side code?
I'm doing a SharePoint-hosted app. Can you use any server side code? Or is it just HTML, CSS, REST API:s and JavaScript?
Just only can use server side code to develop Provider-hosted apps and Auto-hosted apps?
user3588759
2
votes
1 answer
Creating SharePoint App package without Visual Studio
I have multiple ASP.NET applications running in IIS, which I would like to package and deploy to SharePoint 2013 server as apps.
The problem is, that these applications are developed by other companies, so I don't have access to the source codes,…

folt
- 53
- 3
2
votes
1 answer
Set custom master pages in sharepoint-hosted apps
I want to use custom master pages in SharePoint-Hosted apps.
I followed this article: http://anthony-verschraegen.blogspot.fi/2013/03/sharepoint-2013-apps-custom-app-master.html
But after my solution deployment to site collection…

Dmitry
- 91
- 3
- 13
2
votes
3 answers
Need to perform some custom actions when a site collection gets created using remote event receiver in sharepoint 2013 apps
There is no any "SiteCreated" or "SiteCreating" type of event receiver in app model. But, I want to trigger some events on the site collection creation. There are some web level events in the app model but I need some sort of functionality which…

Lalit Kumar Mishra
- 21
- 6
2
votes
3 answers
How to create master page file dynamically using JavaScript in SharePoint 2013 Online?
I am creating one SharePoint App in that I want do following.
In master page gallery, copy current master page and create new master page. (as we do new SharePoint Designer manually.)
Inject JavaScript reference in new master page and save…

mit
- 1,763
- 4
- 16
- 27
1
vote
0 answers
Is it possible to add an App from the SharePoint Online store to a site with PowerShell?
Is it possible to install an app, that is on the SharePoint Online app store, on a SharePoint site using PowerShell?
If so how is this done?
I had a look at the documentation and found that the only example that Microsoft give is done by importing…

Liam Cosgrove
- 25
- 7
1
vote
1 answer
How to add SPFX package larger than 100 MB?
I am developing a SPFX app (SharePoint Framework) for SharePoint online using React JS. Everything was fine up until the point my app grew beyond 100 MB in size. Now, although I can upload the app to my app catalog site, I cannot update the app in…

Surya
- 173
- 1
- 3
- 15
1
vote
1 answer
How to use sharepoint online search api as app-only
I'm trying to use the sharepoint online search api (/_api/search) from an application. Adding it from the Azure portal I see the search is only in the "delegated permissions" section. When I ran it in testing with the user login and approve it it…

Shira Ben-Dor
- 71
- 1
- 6