問題タブ [sharepoint-apps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sharepoint - Delpoy sharepoint アプリのプロジェクトとソリューション
sharepoint MVC アプリのソリューションを作成したところ、デプロイされて正常に動作しています。これはテスト目的です。ただし、既存のソリューションで SP MVC アプリ プロジェクトを作成すると、アプリをデプロイできません。ソリューションから SP アプリ プロジェクトをデプロイするために考慮すべきことは何ですか?
sharepoint-2013 - SharePoint 2013 オンラインで Web パーツが見つからない
ページを編集して [Web パーツまたはアプリ パーツを挿入] をクリックすると、問題が発生します。左側のカテゴリ リストに Web パーツまたはアプリ パーツが表示されません。その空、私が見る唯一のものはカテゴリ、アプリです。
私も所有者グループに属しています。
sharepoint-apps - 公開アプリをアプリ カタログに追加する方法
Sharepoint 2013 のアプリをアプリ カタログに公開するのを手伝ってください。
ここにリンクの説明を入力してください 。しかし、アプリをカタログに追加するときは、名前、タイトル、簡単な説明、アイコン URL などを入力する必要があります。すべてのプロパティ (名前、タイトル、説明...) を持つアプリを公開する方法は、構成ファイルによってタイプされます。
ありがとうグエン
javascript - sharepoint でホストされているアプリからサブ サイト + javascript にアプリをインストールする方法
javascript を使用して、ルート サイトから他のサブ サイトに sharepoint アプリをプログラムでインストールする必要があります。しかし、私のインストール機能は機能しません:
sharepoint - SharePoint でホストされるアプリでカスタム マスター ページを設定する
SharePoint ホスト型アプリでカスタム マスター ページを使用したいと考えています。この記事に従いました: http://anthony-verschraegen.blogspot.fi/2013/03/sharepoint-2013-apps-custom-app-master.html しかし、サイト コレクション (Myportal/sites/apps) へのソリューションの展開後、私はファイルが見つかりませんエラーを取得します。この問題を解決するには?
sharepoint - VS 2013 を使用して SharePoint Online 2013 でカスタム リストを作成する
SharePoint でホストされるアプリを開発しており、Visual Studio 2013 を使用してカスタム リストを作成したいと考えています。
VS を使用してホスト Web でカスタム リストを作成し、それを sharepoint 2013 オンラインに展開したいと考えています。
マシンにローカルにインストールされた sharepoint 2013 がありません。リストを作成できますか?
前もって感謝します。
sharepoint - Remote server Returned an Error in Sharepoint 2013 provider hosted App
I have created a sample provider hosted app refering the below article.
http://msdn.microsoft.com/en-us/library/office/fp142381.aspx
Instead of hosting the Web app in iis express, I hosted it my IIS Server in my local machine and I have deployed the App to a Sharepoint server in another machine. I am using the credential of Site coll Admin and used client secret (requires a SharePoint farm connected to ACS) authentication
I used the same code as mentioned in the article to fetch list and data.But I am getting the below error -
"The remote server returned an Error:(401) unauthorized". Access token is coming as empty
Any help would be greatful