List the attachments of a post - wrong URL results in 404 #1047
Unanswered
rodolfograve
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to use the "List the attachments of a post" operation from the "Office 365 Groups Mail". However, if fails with a 404 error.
The code view for the action looks like this (I've changed the GUID):
"path": "/v1.0/groups/@{encodeURIComponent('e03ba813-9286-411d-a650-67a0c70d613b')}/threads/@{encodeURIComponent(items('For_each_2')?['conversationThreadId'])}/posts/@{encodeURIComponent(items('For_each_2')?['id'])}/attachments"
The Run details show this (notice the double slash // between threads and posts).
method: get
path: /v1.0/groups/e03ba813-9286-411d-a650-67a0c70d613b/threads//posts/AAMzACk1ZXE2Mjc3LWM4NGEtNDIyNS1iZDdlLTUyYmFlYzkwM2QyZgBGAAAAAADwi7FDg2E9RJjaWVbwoupGBwADRslOjXt5Srvh50AZC_2KAAAAAAEMAAADRslOjXt5Srvh50AZC_2KAAK66RUvAAA%3D/attachments
status: 404
body: {
"statusCode": 404,
"message": "Resource not found"
}
Is this a bug in the connector? Has anyone successfully used this particular operation?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions