sharepoint-online Questions
2
Solved
I'm using this plugin in my TypeScript webpart for SharePoint Online
I've included jquery and table2excel in the script and everything not related to table2excel is working fine.
import * as $ fr...
National asked 13/6, 2018 at 13:5
6
Solved
From the documentation, I can't find any ways to get the siteId of the site where I put the webpart in.
For example,
My current site is: https://{hostname}/sites/main1 <-- NOT root site, but ...
Patagonia asked 31/7, 2017 at 1:48
2
Solved
I want to upload a file to SharePoint through Oracle system using Rest API.
I tried the following but with no luck.
console:
POST
https://test.sharepoint.com/sites/BusinessDevelopment/Shared%20Doc...
Uredo asked 4/1, 2022 at 5:35
2
I am looking for a Graph API call which can return to me all of the sites in Sharepoint Online.
Looking at Enumerating Sites:
https://learn.microsoft.com/en-us/graph/api/site-list?view=graph-rest-...
Infirmary asked 20/9, 2019 at 14:5
6
Just starting to work with SharePoint and Microsoft authentication and trying to get a SharePoint List into a JavaScript App. From Microsoft documentation, I need to use the following:
GET https://...
Tc asked 9/8, 2020 at 0:57
2
I am unable to create or update a SharePoint Online listitem that contains a hyperlink field using Microsoft Graph. I can create or update items to the same list if I remove the hyperlink field fro...
Particularly asked 10/11, 2017 at 21:58
3
Solved
My problem is: if I call https://graph.microsoft.com/v1.0/sites/{site-id}/drives/{drive-id}/root/children all I get are the top-level items of that drive.
How can I achieve to get all the subfolde...
Torto asked 2/2, 2019 at 19:14
5
I have added Sharepoint reference in my project. Even after adding reference, it is showing:
SharePointOnlineCredentials Missing or not found.
Can anyone suggest a solution?
Guimar asked 2/6, 2017 at 7:31
4
Solved
I am trying to install the PnP online commands for SharePoint onto my PowerShell however the following command doesn't seem to work;
Install-Module -name SharePointPnPPowerShellOnline -scope Curren...
Falsify asked 11/9, 2020 at 10:51
3
We are trying to retrieve all files under a folder recursively, but I can't find an API for that.
I've tried using the search API without a query, but this doesn't return anything.
https://grap...
Shrinkage asked 25/2, 2019 at 10:33
2
Solved
I am trying to move files between Azure Data Factory and SharePoint Online.
I have some test data files in a SharePoint location and I have a pipeline in Data factory containing a Web Activity and ...
Mondragon asked 1/4, 2021 at 10:37
2
Solved
I am trying to merge an item into an existing list in SharePoint Online, but receive the following error:
"The type SP.ListItemEntityCollection does not support HTTP PATCH method."
My configurat...
Karikaria asked 4/8, 2016 at 18:33
1
I have created a Selenium Full page screenshot test for Responsive tests using selenium.
But if I am going to run against the SharePoint Site then it's not taking a full-page screenshot but If I'll...
Namtar asked 12/5, 2022 at 9:48
2
Solved
As title said, Is there a complete list of sharepoint online rest api from official docs?
I've done some research. However from the MS docs I can only find Complete basic operations using SharePoi...
Exeter asked 25/10, 2018 at 2:30
2
Solved
The work of transforming JSON data into a typed data model through seems to be made much more complex by the "help" the combination of SharePoint and MS Graph offer. :-)
I have a SharePoi...
Emilieemiline asked 19/10, 2021 at 23:33
3
I am a university student and I have registered as an Office 365 Education user via my university Email address. I usually log into https://www.office.com with my Email account: [email protect...
Balch asked 24/1, 2018 at 13:47
5
I am trying to add an app to our SharePoint Online site using the template from https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part and we get t...
Curtcurtail asked 1/10, 2019 at 21:58
4
Any help is much appreciated! I have tried so many libraries and ways of doing this, nothing seems to work. I'm inexperienced with REST APIs and accessing SharePoint using them. I have tried out va...
Fervid asked 25/9, 2020 at 16:51
2
Solved
I am not sure if my API has the limit for the response.
My Graph API is the following.
https://graph.microsoft.com/v1.0/sites/{site-id}/drive/items/{folder-id}/children
Actually, the children has m...
Harlanharland asked 16/12, 2020 at 3:32
3
What is the proper JSON syntax to update a multi-choice list item field using the Microsoft Graph?
Multi choice fields return a json array of strings like:
GET: /v1.0/sites/{siteId}/lists/{listId...
Evelineevelinn asked 16/5, 2018 at 15:24
3
Solved
i am trying to filter my Sharepoint Items results query with the Microsoft Graph API as explained here so i am trying this
https://graph.microsoft.com/beta/sites/{site-id}/lists/{list-id}/items
so ...
Digital asked 1/12, 2017 at 12:31
2
I'm using ms-graph with SharePoint Online.
I've a simple list with a single title column and 3 items.
I use the following ms-graph call to filter items by title:
https://graph.microsoft.com/v1.0/...
Scoff asked 8/3, 2018 at 9:42
1
Solved
Based on the MS graph documentation, I saw that i can update a driveItem (file) and put it in a specific sharepoint drive. The application is running as a daemon application (without user login).
...
Disburse asked 5/3, 2020 at 9:12
2
I have an existing system that we are cleaning up with thousands of document libraries and moving the contents into Azure instead. I'm looking for a programmatic way to iterate over the lists to fi...
Corticosteroid asked 2/4, 2018 at 13:26
3
Solved
Here I am trying to filter data based on created date. At 1st I tried in Graph Explorer and it's working.
https://graph.microsoft.com/v1.0/me/messages?$filter=createdDateTime ge 2017-09-04&$se...
Wimbush asked 19/6, 2018 at 14:28
1 Next >
© 2022 - 2025 — McMap. All rights reserved.