Graph API SharePoint CRUD + Upload File Guided Steps using Postman (2022)

preview_player
Показать описание
Step by step guide on how to use the Graph API via Postman on SharePoint Lists and Document Libraries
➕ Create - List Item
📃 Read - List Items
🖊 Update - List Item
🗑 Delete - List Item
🗃️ Read files
🔼 Upload files

🔗Microsoft Documentation:

🇸🇬 #sharepoint #graphapi #postman #singapore

⏰ Timestamps:
0:00 Intro
0:31 How to get a free Microsoft Subscription
0:40 Step 1a: Register App in Azure Portal
1:39 Step 1b: Create Client Secret for App in Azure Portal
2:03 Step 2: Grant Permissions to App in Azure Portal
2:57 Postman Collection Variables
3:35 Step 3: Generate Access Token
4:39 Step 4: Get Site ID
5:26 Step 5: Get List ID
6:12 C - Create List Item
7:11 R - Read List Items
7:45 U - Update List Item
8:50 D - Delete List Item
9:23 Step 6: Get Drive ID (SharePoint Document Library)
10:03 Read Drive Item(s)
10:48 Upload Drive Item
11:36 Outro

🪙 Kind donations help me continue my work
eth / arb / base 0x5984BB5756813Ad76BF4BAdC4be57EC8F21CAa7e
sol 7erhxWDtAHGMSLkSdo5D4XhorUETGX2GzSaQpQtbRYD8
Рекомендации по теме
Комментарии
Автор

For anyone wondering: The slide shown at 11:00 about uploading items to drive contains an error. The URL should end with :/content instead of :/children (your Postman example is correct though)

Anyways, thanks for the great explaination. I was exactly looking for an example-walkthrough like yours.

richnator
Автор

Thanks dude. I was fed up figuring out the endpoints.

explitr
Автор

Lovely. You explained it so easy and with live examples. This is crisp and clear. Thanks much!

rpavanshetty
Автор

Me salvaste muchas gracias.... Saludos desde Bolivia.

jhonnyramirezzeballos
Автор

You are the man! This video is amazing 🙌🙌🙌🙌🙌

juangabrielify
Автор

Hi

Could you please let me know how we create a new folder in sharepoint using postman?

SaurabhDodke-hg
Автор

Hi Remington, this is a great step by step, thank you so much for sharing it. I was getting an "AccessDenied" code. "Either scp or roles claim need to be present in the token." error. After watch the video again and read Graph documentation, I realized that there is a difference, depending on the permission type chosen in "API permissions" step, whether Delegate or Application. Thanks again!

acjbarros
Автор

Hi, Can you let us know how we can play with permissions on the new file uploaded. We would like to share that file to specific people after uploading.

khyathimanthena
Автор

Good morning.
I made this example, it worked great, but I have problems with an API I built, I don't have the certificate for https (TLS), could you please explain how to do this part, thank you

gabrielreyes
Автор

Wonderful, you made my day. Thank you 😊

rswonder
Автор

Very helpful, well explained and straight forward!! Many thanks.

HellPotro
Автор

Wonderful work, please consider creating a video about CRUD on OneBox using Graph API.

khizarayub
Автор

Thanks for your video and very useful for new dev!! I'm facing an error message by following your video, "Either scp or roles claim need to be present in the token.", did I miss some steps of configuration on Azure AD?

Kaitingkate
Автор

Hi very nicely too the point description. I am getting access denied when I try to get list I'd.

rinkalbb
Автор

Hi, this video is very helpful, can you please share the Microsoft document where you got all the API list?

davidraj
Автор

Any self hosted alternatives to Postman? Was thinking n8n might work?

PaulDickson
Автор

Great explanation! I'm facing 'access denied' message when trying to register an application in the azure portal. I want to know if this step will charge any money/subscription to the tenant so that I'll request my admin for the access accordingly?

gauravbaghel
Автор

Can we show share link option like showing in SharePoint in our php projects.

poojapotdar
Автор

Is possible to create multiple list items in one command?

TutoPlaysAndroid
Автор

Hi and thanks a lot for the great video. In your experience, if I get the error code "AccessDenied" with messag "Either scp or roles claim need to be present in the token." when trying to get the site id, where could be the problem?

enricosbrighi