All Questions
Tagged with sharepoint-apps or sharepoint-addin 
        
            
                2,391 questions
            
            
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                8
            
            views
        
        
        Add-In Replacement
                    We currently use the SharePoint Add-In management page (the Microsoft-provided UI at:
https://sharepoint.com/sites/companysite/_layouts/15/appinv.aspx)
to add or update permissions for Azure App ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                23
            
            views
        
        
            
            
        Copying Content DB from Production to Non-Production on sites with Add-ins
                    We are using SharePoint 2013 on premises. We host an add-in locally. We occasionally need to copy a production content DB back to a non-production farm. When the site is brought up the add-ins don't ...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                29
            
            views
        
        
            
        Usage cutoff for unpublished Client IDs - how does this affect ClientIDs created with AppRegNew.aspx?
                    I have been aware of the scheduled retirement of SharePoint Add-ins, but two days ago, I received an alert from Microsoft indicating that any unpublished Client IDs would stop working on May 1, 2025.
...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                63
            
            views
        
        
            
            
            
        How do i trouble shoot published applications not being available for installation?
                    This is my first time setting up applications for SharePoint on-prem, and I think I've done all the required steps.
Issued a certificate containing a wild card cert for the apps domain names
...
                
            
       
        
            
                0
            
            votes
        
        
            
                6
            
            answers
        
        
            
                2k
            
            views
        
        
            
            
        What is the future for remote event receivers for SharePoint online?
                    We are migrating some applications from SharePoint 2019 to SharePoint online. The applications use remote event receivers using synchronous events. We can’t migrate to webhooks because they don’t ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                145
            
            views
        
        
            
            
        Connect to SharePoint app/addin from third party web application/server
                    I need to get files that are in a SharePoint site to a third party server. In the request by custom server, all file paths given. I need to set up an endpoint to get that request and send requested ...
                
            
       
        
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                993
            
            views
        
        
            
        Sharepoint Rest API File Upload by Postman
                    I was trying to upload xlsx file by Postman to my sharepoint but getting access denied issue. Not able to figure out what is wrong here.
Tried to provide FullControl permission via appinv.aspx ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                55
            
            views
        
        
            
            
        SharePoint Online是否可針對網站設定DisableCustomAppAuthentication 值
                    SharePoint Online是否可針對網站設定DisableCustomAppAuthentication 值,
例如:
Set-SPOSite -Identity https://xxxxxx.sharepoint.com/sites/xxxx -DisableCustomAppAuthentication $false
還是只能針對整個Tenant ,Set-SPOTenant -...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                108
            
            views
        
        
            
        How to access SharePoint provider-hosted add-in via postman
                    I have created a provider-hosted add-in on SharePoint 2019 on prem. I want to access my provider hosted add-in data from postman.
I have successfully setup postman to authenticate in SharePoint, as ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                33
            
            views
        
        
            
            
        How to brand SharePoint addins
                    I'm building some SharePoint add-ins.
Some are SFPx web parts, others are SharePoint hosted add-ins.
How to customize icons and pictures for these applications ?
I'm looking for :
change the icon in ...
                
            
       
        
            
                0
            
            votes
        
        
            
                2
            
            answers
        
        
            
                7k
            
            views
        
        
            
            
            
        How to allow application to have write access to a specific SharePoint folder?
                    I want to upload a file into a folder in the SharePoint document library using PowerShell.
For this, I am using the following link to setup the app: /_layouts/15/AppRegNew.aspx
Followed by ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                845
            
            views
        
        
            
        Issues with SharePoint Online OAuth 2.0 & Lack of proper documentation
                    My end goal is getting an access token with which I can communicate to a SharePoint site and manage lists via CSOM (mostly upload documents into lists). I also need a refresh token to manage ...
                
            
       
        
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                31
            
            views
        
        
            
        Using exchange services to send meeting invites
                    There is a add-in available from Sharepoint Sapiens in which they are sending email invites to user (internal and external).
They ask for a email id from which emails should be sent, once added, the ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                156
            
            views
        
        
            
        AppPermissionRequests (ACS) overwrite
                    I couldn't find any direct answer online. Does anyone know, if using legacy /_layouts/15/appinv.aspx on existing app (addin), the existing permissions will be overwritten, or appended? I found ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                91
            
            views
        
        
            
        Can TokenHelper.cs use Azure AD to validate client secrets instead of Azure ACS?
                    If this is possible, how should the TokenHelper.cs be modified to accomplish this?
Background: I have a provider-hosted SharePoint add-in that uses the TokenHelper to validate client id/secrets. ...