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.
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
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
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
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!
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.
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.
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.
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?
trying to get Form Digest Value. Have error "code": "-2147024891, System.UnauthorizedAccessException". "value": "Attempted to perform an unauthorized operation." What's wrong?
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
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." } } }
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.
Oh so detailed and clear!
It would also be good to show how to undo all these changes made to a SharePoint site.
Thank you! This saves me from reading the documentation. 😁😁😁
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 !
Thanks man! This is a great video and probably the cleanest. It really did help!
Thank you so much, my questions are solved now.
Great tutorial.
How to upload the file and values to some fields. Something like Color, Size, Weight?
Thank you.
Great job! Helped me a lot. Thank you.
Thanks this has helped to develop a feature on my python project
Excellent Video on step by step execution. Must view and Thank you very much
Nice Video. My Questions are: How can I create a folder via API? How can I delete a file?
Thanks Man! I was trying to access to SharePoint API but it's not yet successfully. I hope this time is working.
Thanks for the tutorial
Can you also show how to get files from a specific folder and if possible, to get a complete folder?
Hi, do you have a tutorial on how to do this with client credentials oauth flow?
Great job BTW!
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
Excellent Video. Thank you very much.
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?
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
I do see ServerRelativeUrl, but not the entire URL which takes you to the file directory.
Excellent tutorial
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
Hi, Great content. Can you please make another video for renewing the refresh token and client id
did you ever get to have the information for this?
Can this be done in Php? Just use the same headers and urls
I truly don't understand why the app registration is NOT in documentation from microsoft
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!
Thaaaank you, great video!!!
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.
Great tutorial. Thank you.
How can we do the same for sharepoint onprem?
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.
For me also same issue
Did you find any solution?
How can we get the list of files in a folder through an API
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.
Great Video
How to download files from Sharepoint online document library to local system using postman rest api. Could you please help me
did you figure it out?
I get the message: "AADSTS70000: Provided grant is invalid or malformed" Any help?
I got that error too, have you found a solution?
I got the same problem
@@carloscastrovargas2732 I redid the whole process and it worked
Cool stuff!
How to avoid using oAuth after creation of clientId and clientSecrets. I don't want to use complete oAuth steps.
getting a 400 Bad Request - Invalid Hostname on step 4, anyone get the same error?
Thanks for this video. Please how can we upload multiple files to the folder
You might need to do multiple API calls to upload multiple files
I am using SharePoint 2019 onprem , I get stuck on get authorization code. Please anyone can help...
I need some help I want to get the uploaded success result Id .. i.e unique key so that I can refer in db
is there any other way to generate authorization code rather than hitting sharepoint UI ? i need to get it via code.
can you do a get file video instead of upload
Hi! I want to send a PDF but how con i integrate it with some __metadata?
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?
I got the same error
i got the same error too bro, what did you do to fix it?? @marcosmanto
@@carloscastrovargas2732 Hello, the same error for me too. Did you find a solution please ?
How to read the file?
token type is not allowed, any suggestion?
thanks a lot
Hi, I am getting below error
{"error":"invalid_request","error_description":"Token type is not allowed."}
Could you please help me on this
Same error to me, any solution you found?
401 unauthorised
How do we upload folder instead of file
i need this to.
😍😍😍
I will create too many youtube accounts to like this video. 🤖🤖🤖
trying to get Form Digest Value. Have error "code": "-2147024891, System.UnauthorizedAccessException". "value": "Attempted to perform an unauthorized operation." What's wrong?
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
Could you upload your work to your github repo and link it here. i can help take a look
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."
}
}
}
me too. What to do?
Thank you