Getting permissions for tenant-wide calls to SharePoint API
Hi all,I have a web service that retrieves the most recent locations a user has viewed, modified and his/her followed sites. To this extent I need to request 3 permission scopes for each user (the...
View ArticleTrying to develop App on Dev set up with out DNS set up
Hi All, I am new to SharePoint apps development. On the dev area which is an Azure Cloud server i am not able to create a DNS domain , Can we use the sharepoint server domain and develop apps.On...
View ArticleAccess App Web From Console Application
I've created a SharePoint app on SharePoint online which has a list on the app web, and I'm trying to access this list through a console application.I've posted the code I've come up with so far, but...
View ArticleSharePoint peoplepicker with Jquery
Hi All,I have already implemented peoplepicker with Jquery but I want that as the user starts typing it should start showing all options/names of employeesPlease help
View ArticleSharepoint hosted app in visual studio does not build
Hi,I have a sharepoint hosted app with a workflow in visual studio 2013 prof., sometimes the when I build the app it shows only "Build Started ..." and nothing from on. I'm sure there is no build...
View ArticleHow to display images from style library on provider hosted app ?
Hello,I have few images insite "Style Library" which I require to display on provider hosted app.E.g. "~/Style Library/Images/fakeimage.png" How to display above image on provider hosted app via...
View ArticleHow to automate the "Trust App" using powershell
Hello,I have a created a script which Add + Install my app on the HostWeb onSharePoint Online.But how to trust it as my app requires full control on search,taxonomy... . So unless and until my app is...
View ArticleAzure SQL - Can I write more than one webapp to a database?
It's pretty awesome that access uses Azure SQL. I can now create easy to use webforms for employees to enter data, then do reporting for customers using a BI system. One thing I can't figure out is...
View ArticleForbidden error while getting list items from sharepoint online site
Hi Team,I am getting forbidden error, while accessing list items from a site, check the below code what I am using $.ajax({ url: siteurl + "/_api/web/lists/getbytitle('" + listName +...
View ArticleUpdate SharePoint Online 2013 from Azure Hosted WCF Service
I am working on a project which uses InfoPath 2007 and ASMX Web Services on SharePoint 2007 to update update SharePoint lists. I am trying to convert this to SharePoint Online 2013 and Azure WCF...
View ArticleChanging the default browser
I am developing an App for SharePoint 2013 on VS 2015. Whenever I click F5 VS launches Chrome which is my default browser. I want VS to launch IE. However this option is not exposed unlike in web...
View ArticlePull data from a SharePoint Online site to a Raspberry device using Node.JS
Hi Support! Need help to pull data from a SharePoint Online site to a Raspberry device using Node.JS. Would like to use ECMA Scripting in NodeJS to manipulate SharePoint data. I'm specifically...
View ArticleHow to update a files managed metadata content in SharePoint online document...
I register my mobile application in office 365 through AzureAD subscription.SharePoint Online document library is the cloud storage place for my apps file contents.I used FileRest API and PHP to handle...
View ArticleProvision AppPart/ClientWebPart to Page
I am facing Issue with provisioning App Part through Element.xml while deploying through Visual Studio. It is showing the below error. Web Part Error: The MyFavApp ClientWebPart feature...
View ArticlePowerShell deployment script for SharePoint-hosted apps on office 365
Hi,I am looking for complete script for Apps deployment on SharePoint online. I tried LoadAndInstallApp() command but this does not trust the App. If anyone can help with trusting the app on sharePoint...
View Articlejavascript equivalent for "App for SharePoint Web Toolkit (for SharePoint...
Is there any javascript equivalent library which I can use instead of "App for SharePoint Web Toolkit (for SharePoint Online)" ( https://www.nuget.org/packages/AppForSharePointOnlineWebToolkit/)My...
View ArticleSorry, something went wrong Could not load file or assembly 'ABC.WebParts,...
Sorry, something went wrong Could not load file or assembly 'ABC.WebParts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6c1e7f2a49ec053e' or one of its dependencies. The system cannot find the file...
View ArticleSharePoint Provider Hosted App (401) Unauthorized...
Hello,I'm attempting to get a SharePoint 2013 Provider Hosted Application working in a brand new SharePoint environment. I've created snapshots of both my dev and the sharepoint environments along the...
View ArticleHow to show prefilled peoplepicker control on a edit form in my application
How to show prefilled peoplepicker control on a edit form in my application?
View Article