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

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 73

  • @ericxls93
    @ericxls93 6 місяців тому +2

    Everting works like a charm - until I read the documentation from Microsoft / links.
    Microsoft will stop this way of using the API / functionality 🤦‍♂
    Moved to watch the other video. That is the way forwards 👍
    Brilliant! thank you.

  • @akk2766
    @akk2766 6 місяців тому

    Oh so detailed and clear!
    It would also be good to show how to undo all these changes made to a SharePoint site.

  • @ishHD
    @ishHD 2 роки тому +1

    Thank you! This saves me from reading the documentation. 😁😁😁

  • @mavisqing9444
    @mavisqing9444 Рік тому +1

    Thanks a lot very helpful. I find some blogs which also show the steps but it's still a little hard for me to understand it. Thanks !

  • @sreenathumagandhi4457
    @sreenathumagandhi4457 Рік тому

    Thanks man! This is a great video and probably the cleanest. It really did help!

  • @juliogabrielgarcia4511
    @juliogabrielgarcia4511 7 місяців тому

    Thank you so much, my questions are solved now.

  • @ElRinconCatolico_GF
    @ElRinconCatolico_GF 11 місяців тому

    Great tutorial.
    How to upload the file and values to some fields. Something like Color, Size, Weight?
    Thank you.

  • @kachinger
    @kachinger Рік тому

    Great job! Helped me a lot. Thank you.

  • @MudduGeorge
    @MudduGeorge 2 роки тому

    Thanks this has helped to develop a feature on my python project

  • @Mallikarjunratala
    @Mallikarjunratala 2 роки тому

    Excellent Video on step by step execution. Must view and Thank you very much

  • @infeix
    @infeix Рік тому

    Nice Video. My Questions are: How can I create a folder via API? How can I delete a file?

  • @v-kongkin4950
    @v-kongkin4950 4 місяці тому

    Thanks Man! I was trying to access to SharePoint API but it's not yet successfully. I hope this time is working.

  • @apsinthos5439
    @apsinthos5439 Рік тому

    Thanks for the tutorial

  • @anvithavibes6594
    @anvithavibes6594 9 місяців тому

    Can you also show how to get files from a specific folder and if possible, to get a complete folder?

  • @mikelmaesozelaya5928
    @mikelmaesozelaya5928 Рік тому +1

    Hi, do you have a tutorial on how to do this with client credentials oauth flow?
    Great job BTW!

  • @gauravbaghel1908
    @gauravbaghel1908 2 роки тому +3

    Hi, I'm facing issue in step 6 'to get internal SharePoint list name', when you were hitting send you got just a single value in response body but in my case I'm getting a much longer response including forms, fields, items, root folder, etc containing deferred and URI within them in the form of key value pair. Please help me to get this issue resolved. Is it something related to creation of list in SharePoint my files? I'm confused

  • @kal6392
    @kal6392 2 роки тому

    Excellent Video. Thank you very much.

  • @Syam3006
    @Syam3006 2 місяці тому

    Can I access and perform CRUD operations on rows in an Excel file within SharePoint, even if the SharePoint is private, as long as it has a REST API?

  • @jonathanbekk1675
    @jonathanbekk1675 Місяць тому

    Hi, nice video! I was wondering, when you POST with the API, do you also get a url in the return body? A url that points to the specifik item? So that if i take the link and paste it in my browser, i will get to that specific item. :) Thanks

    • @bhalchandrakolekar8176
      @bhalchandrakolekar8176 Місяць тому +1

      I do see ServerRelativeUrl, but not the entire URL which takes you to the file directory.

  • @saikatroy6345
    @saikatroy6345 Рік тому

    Excellent tutorial

  • @jaytikhe
    @jaytikhe Рік тому +1

    Did you know about the SharePoint 2016 server rest api? How to rest API work in the SharePoint 2016 server on-premise and what is the process of it.
    In the Sharepoint web version, we successfully completed all steps and run the API but got errors in the on-premise version.
    We are trying the same process shown in the video for our API but we getting an error in the first step of auth flow
    Not getting code got this error
    error=server_error&error_description=The%20remote%20server%20returned%20an%20error%3A%20%28401%29%20Unauthorized%2E

  • @rankumar2158
    @rankumar2158 Рік тому

    Hi, Great content. Can you please make another video for renewing the refresh token and client id

  • @larjunildelacruz1257
    @larjunildelacruz1257 4 місяці тому

    Can this be done in Php? Just use the same headers and urls

  • @bandanaboii3136
    @bandanaboii3136 Рік тому +1

    I truly don't understand why the app registration is NOT in documentation from microsoft

  • @dennisdavidperezarenga1525
    @dennisdavidperezarenga1525 Рік тому

    Hi, excellent video but some received the following error in POSTMAN? In step 5:
    Error: tunneling socket could not be established, cause=socket hang up
    Thanks!

  • @mateusmazzei384
    @mateusmazzei384 2 роки тому

    Thaaaank you, great video!!!

  • @nbabi
    @nbabi 8 місяців тому

    Hi, I am uploading files using REST API. it uploads the file in SharePoint directory but there no content in that,, all the files are empty when i open... any clue on this why this is happening. moreover all files are not having zero kb size instead the files are bigger in size than they are originally in source system.

  • @mmjunior
    @mmjunior 2 роки тому

    Great tutorial. Thank you.

  • @mbalu7285
    @mbalu7285 5 місяців тому

    How can we do the same for sharepoint onprem?

  • @BittuGorai-om8ui
    @BittuGorai-om8ui Рік тому +1

    Is there any way to skip the step 4? and Get the Authorization code by calling some REST API ?
    I have a use case to invoke the REST API's via Script where I don't need any user intervention in between.

    • @lathat4804
      @lathat4804 Рік тому

      For me also same issue

    • @dean6198
      @dean6198 Рік тому

      Did you find any solution?

  • @aishwaryaannamalai508
    @aishwaryaannamalai508 11 місяців тому

    How can we get the list of files in a folder through an API

  • @WEBDLUPPY
    @WEBDLUPPY Рік тому

    Sorry, something went wrong.
    The app "15f8fdc5-1f2b-4ed7-9f3b-6569ef5127d2" does not exist. I'm facing this error in step number 4. any idea how to solve this.

  • @BittuGorai-om8ui
    @BittuGorai-om8ui Рік тому

    Great Video

  • @mareddytirupathi6565
    @mareddytirupathi6565 2 роки тому +1

    How to download files from Sharepoint online document library to local system using postman rest api. Could you please help me

  • @milversilva4896
    @milversilva4896 2 роки тому +3

    I get the message: "AADSTS70000: Provided grant is invalid or malformed" Any help?

  • @josephineteosm
    @josephineteosm 2 роки тому

    Cool stuff!

  • @naveennagaraju4017
    @naveennagaraju4017 8 місяців тому

    How to avoid using oAuth after creation of clientId and clientSecrets. I don't want to use complete oAuth steps.

  • @TYCheung-n8u
    @TYCheung-n8u Рік тому

    getting a 400 Bad Request - Invalid Hostname on step 4, anyone get the same error?

  • @bensonTechWave
    @bensonTechWave 2 роки тому

    Thanks for this video. Please how can we upload multiple files to the folder

    • @voontechnology
      @voontechnology  2 роки тому

      You might need to do multiple API calls to upload multiple files

  • @shaikhmohammadzulqarnain3352

    I am using SharePoint 2019 onprem , I get stuck on get authorization code. Please anyone can help...

  • @srikanthganta1431
    @srikanthganta1431 2 роки тому

    I need some help I want to get the uploaded success result Id .. i.e unique key so that I can refer in db

  • @VikashSharmaVS
    @VikashSharmaVS 2 роки тому

    is there any other way to generate authorization code rather than hitting sharepoint UI ? i need to get it via code.

  • @DJFINGERZSA
    @DJFINGERZSA 2 роки тому

    can you do a get file video instead of upload

  • @AdrianneLagleva
    @AdrianneLagleva Рік тому

    Hi! I want to send a PDF but how con i integrate it with some __metadata?

  • @marcosmanto
    @marcosmanto Рік тому +2

    Using the request to get the tokens (Step 5 - Generate Refresh Token) I had a invalid request problem.
    400 Bad Requet with this aspects:
    "error": "invalid_grant",
    "error_description": "AADSTS70000: Provided grant is invalid or malformed.
    ...
    Can you help me please?

    • @carloscastrovargas2732
      @carloscastrovargas2732 Рік тому

      I got the same error

    • @doni6720
      @doni6720 Рік тому

      i got the same error too bro, what did you do to fix it?? @marcosmanto

    •  2 місяці тому

      @@carloscastrovargas2732 Hello, the same error for me too. Did you find a solution please ?

  • @theredd11
    @theredd11 8 місяців тому

    How to read the file?

  • @manish436
    @manish436 2 роки тому

    token type is not allowed, any suggestion?

  • @tranthitruchan
    @tranthitruchan 2 роки тому

    thanks a lot

  • @nikhilamarnath6960
    @nikhilamarnath6960 2 роки тому

    Hi, I am getting below error
    {"error":"invalid_request","error_description":"Token type is not allowed."}
    Could you please help me on this

    • @manish436
      @manish436 2 роки тому

      Same error to me, any solution you found?

  • @ittechsupport1993
    @ittechsupport1993 9 місяців тому

    401 unauthorised

  • @deepakkathuria1079
    @deepakkathuria1079 2 роки тому

    How do we upload folder instead of file

    • @chrisz.
      @chrisz. Рік тому

      i need this to.

  • @Jysq494
    @Jysq494 2 роки тому +1

    😍😍😍

  • @JesusGutierrez-ju3qh
    @JesusGutierrez-ju3qh 2 роки тому

    I will create too many youtube accounts to like this video. 🤖🤖🤖

  • @kirsanych5911
    @kirsanych5911 Рік тому

    trying to get Form Digest Value. Have error "code": "-2147024891, System.UnauthorizedAccessException". "value": "Attempted to perform an unauthorized operation." What's wrong?

  • @bensonTechWave
    @bensonTechWave 2 роки тому

    Hi, I am unable to upload to SharePoint after following the steps.
    I am getting the following error:
    {
    "odata.error": {
    "code": "-2147024891, System.UnauthorizedAccessException",
    "message": {
    "lang": "en-US",
    "value": "Access denied."
    }
    }
    }
    I Added all header as in the video but still not working I am not sure what's going on

    • @voontechnology
      @voontechnology  2 роки тому

      Could you upload your work to your github repo and link it here. i can help take a look

  • @StiphinSunny
    @StiphinSunny Рік тому

    I am getting the below error while fetching the internal list name - step 7
    {
    "error": {
    "code": "-2147024891, System.UnauthorizedAccessException",
    "message": {
    "lang": "en-US",
    "value": "Attempted to perform an unauthorized operation."
    }
    }
    }

  • @juaneduardochavez1243
    @juaneduardochavez1243 2 роки тому

    Thank you