Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Failing in Graph Explorer (works in Postman) #954

Closed
ghost opened this issue May 18, 2021 · 1 comment · Fixed by #1032
Closed

Call Failing in Graph Explorer (works in Postman) #954

ghost opened this issue May 18, 2021 · 1 comment · Fixed by #1032
Assignees
Labels
priority:p2 Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days type:bug Something isn't working type:content-text Placing appropriate words
Milestone

Comments

@ghost
Copy link

ghost commented May 18, 2021

Reported from Brandon Henderson
Head of Digital Valuation & Advisory Strategy

"Below is the GET call I was trying from Graph Explorer that returns the error. I was able to get the same call to work successfully through Postman and then used the Save Response as file method. The item is stored on my desktop which is synced with Onedrive for Business. This failed for both .docx document formats as well as .msg, so it wasn’t an issue specific to the ‘unsupported’ msg file format which I did end up getting to work through Postman too. Screenshots from both Beta and 1.0 endpoints are shown below. Thanks!"

Main “Conversion” landing page: https://developer.microsoft.com/en-us/graph/examples/document-conversion

Resource I was following linked from the above page: https://docs.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=http

Example Graph API Call that failed: https://graph.microsoft.com/v1.0/me/drive/items/01XJT27CTESZWUYVYJW5EL7NFWHIRVVTVB/content?format=pdf

GE-bug-2

GE-bug-1

AB#9504

@ghost ghost added the ToTriage label May 18, 2021
@thewahome thewahome added the CORS label May 19, 2021
@thewahome thewahome self-assigned this May 25, 2021
@ghost ghost removed the ToTriage label May 25, 2021
@ddyett ddyett added the type:enhancement Enhancement request targeting an existing experience label Jun 15, 2021
@ddyett
Copy link

ddyett commented Jun 15, 2021

we may need to do something interesting on this one. @bettirosengugi I think we'll need to create an experience that explains to the user that we cannot do the call from a CORS app and area performing a workaround for this, which is to get the path from the items/{id} call then construct the call to the service without headers.

@adhiambovivian adhiambovivian added type:bug Something isn't working priority:p2 Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days and removed type:enhancement Enhancement request targeting an existing experience labels Jun 29, 2021
@adhiambovivian adhiambovivian added this to the Aug-2021 milestone Aug 10, 2021
@adhiambovivian adhiambovivian added type:content-text Placing appropriate words and removed CORS labels May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p2 Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days type:bug Something isn't working type:content-text Placing appropriate words
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants