Hello Dimuthu, As best as I understand, the ability of an application to access OneDrive depends on whether the application has been registered for MS Graph. (this is to avoid a user-dependent login) Also, the repository you linked to is a third-party client. Is that permissible?
Thanks and regards, Aniruddha Patil On Apr 27, 2020, at 10:39 PM, DImuthu Upeksha <[email protected]<mailto:[email protected]>> wrote: Hi, Vivek, I'm little confused about the relation between graph auth and one drive. Can't we use a client id/ secret like this [1]? [1] https://github.com/isac322/OneDrive-SDK-java#1-construct-client-object Thanks Dimuthu On Mon, Apr 27, 2020 at 5:48 PM Patil, Aniruddha Vivek <[email protected]<mailto:[email protected]>> wrote: On further searching, I also came across this, with regard to the 2nd question in the previous mail on this thread. (https://github.com/microsoftgraph/msgraph-sdk-java-core/tree/master) Regards Aniruddha Patil On Apr 27, 2020, at 3:42 PM, Patil, Aniruddha Vivek <[email protected]<mailto:[email protected]>> wrote: This message was sent from a non-IU address. Please exercise caution when clicking links or opening attachments from external sources. Hello, We’re working on OneDrive transport for Airavata’s MFT and we have the following questions: 1) Whether we should go ahead with this method for authentication? (https://docs.microsoft.com/en-us/graph/auth-v2-service) 2) Whether we should interact with Microsoft Graph with either the REST Api they have provided (https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0) or via msgraph-sdk-java? (https://github.com/microsoftgraph/msgraph-sdk-java) (which only has a dev branch and no master, possibly indicating that it hasn’t had a release yet) Thanks and regards, Aniruddha Patil
