When clicking on the app its redirects to the "Page Cannot be displayed" page
Hi Folks,I have been working with SharePoint Apps development using visual studio, I had developed a SharePoint hosted app and deployed to App catalog, Also added to site but when i click on that app...
View ArticleOffice 365 SharePoint - "Sorry, only tenant administrators can add or give...
Hello, I'm have registered Office 365 Small Business Premium subscription. I'm the only user (I'm using same account that has been used to subscribe for O365). My target is to develop an App that can...
View ArticleQuery a remote service using the web proxy in SharePoint 2013
I am referring this MSDN article and trying to access remote public web service to get data in my SharePoint hosted app. http://msdn.microsoft.com/en-us/library/fp179895%28v=office.15%29.aspxafter...
View ArticleProblem with a basic SharePoint Hosted App ( appredirect.aspx?clientid= )
Hi,I have been creating a basic sample SP Hosted AppDev deployment: everything worked OK while I was doing a Dev deployment from Visual Studio.However, when I tried to Retract and actually install the...
View ArticleTracking document sharing
Is it possible to check if a user has shared a document publicly or outside the domain?
View ArticleInfopath issue with dataconnection : The following data connection...
Iam using a OOB webservice in my infopath and it is working in my dev machine but, when it has been moved to QA it is giving the below error.The following data connection (GetUserProfileByName) has...
View ArticleLync user presence in Provider hosted apps
Hi,I want o display the user presence in SharePoint provider hosted app, any help please?Thanks,-Sendil M
View ArticleThe name 'SharePointContextProvider' does not exist in the current context.
Hi to all ,I created autohosted app and i also created custom list in office 365. Now when i insert the item in list using CSOM than i got that error " The name 'SharePointContextProvider' does not...
View Article403 Forbidden message in SharePoint after deploying App Part for Anonymous Users
I'm Building High-Trust Application for SharePoint on Premises for a Public Facing Internet Site. I've Created an Empty App Part and deploy it to the SharePoint. The App Part is Working fine for...
View Article"Sorry, this app is not supported on your server" on a simple...
Hi, I built a simple SharePoint-Hosted App with an Asset Library, a few pages with JSOM calls and an app part.The app doesn't have any permission requests, nor any prerequesties configured in the...
View ArticleAPI methods to enable sharing options for site collections within an office...
We have an app (on Office365 tenant) for Self-Service Site Provisioning. The external sharing options is enabled by default at the tenant level. However, when we provision sites using the app the...
View ArticleWhere is the .svc file (service file) for a Sharepoint app (Remote Event...
I am trying to create a remote event receiver that I can apply to an existing SharePoint list. My initial motivation for doing that was because I couldn't get the List I created in my SharePoint App...
View ArticleUpgrading FieldChoice.Choices fails in app upgrade event handler
I have written a provider hosted app for SharePoint 2013 that uses custom lists and site columns in the appWeb... The application has both installed and upgraded app events implemented.My problem is...
View ArticleAccessing a document library programmatically
I can access the lists in my site with:<a href="https:///_vti_bin/listdata.svc">https://<mysite>/_vti_bin/listdata.svcHow do I access the libraries in my site?Your help would be much...
View ArticleIs it possible to access list items in the host web from a SharePoint App...
I am creating a SharePoint Online 2013 app with a list and a remote event receiver. The goal I'm trying to achieve:The custom SP app list (List A) has a lookup column that references a Site Column in...
View ArticleI get "Sorry, you don't have access to this page" when installing a...
I have created a SharePoint app with a list and a remote event receiver.I am requesting Web -> Manage permissions in AppManifest.xml.I have deployed successfully to my root web site...
View ArticleAutohosted App throws exception while accessing Host Web
Hi,I am developing a simple auto hosted app. It has following code in default.aspx.csvar spContext = SharePointContextProvider.Current.GetSharePointContext(Context);using (var clientContext =...
View ArticleAccess Web App - Database
Hello I am trying to figure out the best and easiest method of creating a database with office365. I have read about access services and that in sharepoint 2013 the data is kept in a sql database/sql...
View ArticleBad request (400) when accessing a custom document library
This code accesses the "Composed looks" list successfully: string oDataUrl = "/_api/Web/lists/getbytitle('Composed Looks')/items?$select=Title,AuthorId,Name"; HttpWebRequest request =...
View ArticleoData Url getting items from a document library
I have a document library with several items in it.But when I access it programmatically with:string oDataUrl = "/_api/Web/lists/getbytitle('invoices')/items?$select=ID,Modified";or with:string...
View Article