ContributionsMost RecentMost LikesSolutionsRe: REST GET API + OAuth2 to call Microsoft Graph when no native Snap is available Thank you for your response, couple things that we found along the way. in order to authorize i had to remove the /v2.0 from both auth endpoint and token endpoint. this doesn’t make sense because we do see these endpoints in azure . even after i get the access token if i try to get the users entity or groups i am getting an error in the pipeline. “Failure: HTTP Response Code:401; Response Message: Access token validation failure. Invalid audience., Reason: InvalidAuthenticationToken, Resolution: Check your refresh token, access token, and account settings.” is there a way to capture the access token information from the Rest get??? REST GET API + OAuth2 to call Microsoft Graph when no native Snap is available Is there any specific documentation on how to call Micrsoft graph API’s using the REST GET snaps with an OAUTH2 Account. i have been trying to authorize the account and so far no luck with that. I keep getting “http_status_code”: 500 which is very generic and doesnt tell us much. I am able to hit the API and get a token from postman with no issues. Re: How to get the file name(s) from a Multi File Reader thank you for responding do you think this will work if i have subfolders in my source? i tried the recommended method and i am getting an error . i believe the issue is that i am passing the child pipeline multiple file names at once , this is due to the fact that i have multiple files in a folder. Re: How to get the file name(s) from a Multi File Reader i did delete the join and dragged a new one to the canvas , the set up is below but still no luck with this . Re: How to get the file name(s) from a Multi File Reader Hi Spiro, i am getting an error on the join shape . . not sure what i am doing wrong. my multifile reader is set with a wildcard and the subfolders option is checked. any idea what might be the cause of this error ? Re: How to get the file name(s) from a Multi File Reader Was this ever resolved I am facing the same issue currently pulling files from s3 then using json parser and mapper to write data into a file. Is there a way to get the file name in a column ? I am using the multi file reader.