Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Profile information! #121

Closed
AnilSony opened this issue Apr 25, 2017 · 3 comments
Closed

Profile information! #121

AnilSony opened this issue Apr 25, 2017 · 3 comments

Comments

@AnilSony
Copy link

Hi,

My name is Anil, I need to get Profile information like email, phone, etc.
It's possible?, I didn't see any API's supporting this, I got only Authentication type not the profile details. Please Help.

@nikz-dev
Copy link

nikz-dev commented Sep 6, 2017

I also need email that is used for login but don't see any API. LiveSdk provide info using

JSONObject result = LiveOperation.getResult();
String name = result.getString("name");

But unable to find similar type of API in this sdk.

@nikz-dev
Copy link

nikz-dev commented Sep 7, 2017

Find a way to get username, may be helpful

Drive drive = oneDriveClient.getDrive().buildRequest().get();
String name = drive.owner.user.displayName;

@baywet
Copy link
Member

baywet commented Oct 2, 2024

Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #172 for more information

@baywet baywet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants