I have registered the app in azure portal and used it in other process to upload the file into sharepoint, when i try to use the same code to download the file i am getting Find Files And Folders: Code: generalException error. Any suggestions here. I tried retry scope, try catch but not working. I am currently using Integrated windows authentication and i gave app id, tenant id and the services. i dont see any issue with the 365 scope because i used the same way as in the before process which is working very fine.
The reason of this error might be , In Aunthentication property of Microsoft Office 365 Scope activity, Check if the account having access for both (Files and Shared). Please check below thread for more information
Yeah Pradeep my application have access only to sites so i kept option as shared only. But my doubt is the same code it worked in the different process when i use the sequence here it is failing any idea on that?
Thank you for the help after checking we understood that, 365 activities are supporting windows, cross-platform but mine is windows legacy so i changed the project to windows and checked the same flow in new xaml it is working fine now.