Skip to content

Update DMS_CMIS.postman_collection.json #1022

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smarchesini-avvale
Copy link

If you are following the guide at the:
https://community.sap.com/t5/application-development-and-automation-blog-posts/understand-dms-api-free-postman-collection/ba-p/13980756

At the step "Get Token" you get an error:
"Error: invalid_request, Description: Missing grant type"

Solved by add the grant_type in the URL to access to "Get New Access Token"

If you are following the guide at the:
https://community.sap.com/t5/application-development-and-automation-blog-posts/understand-dms-api-free-postman-collection/ba-p/13980756

At the step "Get Token" you get an error:
"Error: invalid_request, Description: Missing grant type"

Solved by add the grant_type in the URL to access to "Get New Access Token"
@thecodester
Copy link
Contributor

And do you get a login screen to enter your credentials? I am in postman and I am already specifying Client Credentials in the dialog

image

@smarchesini-avvale
Copy link
Author

No login screen required. Just press "Get new access token" like the guide

Without grant parameter

image

With grant parameter

image

@thecodester
Copy link
Contributor

Yes, I find I do not need to add that grant type, I assume, because Postman has already let me request the grant type of client credentials ... that is I am able to do what you just showed without the need for that parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants