Code review comment for lp:~gary-wzl77/account-plugins/onedrive_provider

Revision history for this message
Gary.Wang (gary-wzl77) wrote :

Hi mandy
    Please check the following link
    https://msdn.microsoft.com/en-us/library/office/dn631819.aspx

    "Instead of using the Live SDK, you might want to try out the new OneDrive API. The OneDrive API is a RESTful API, that works directly with OneDrive, on many platforms, and *completely independent* of the Live SDK. This API provides a faster way to authenticate users, allows large file uploads, and more."

    Also you can find the onedrive oauth dev page here.
    https://dev.onedrive.com/auth/msa_oauth.htm

    On the other hand, in order to easily to find "correct" account plugin from scopes/apps, I tend to use 'onedrive' as account plugin name, instead of "window live".
    As we have onedrive scope and storage provider here already.
    https://code.launchpad.net/storage-provider-onedrive
    https://code.launchpad.net/~hanloon-team/hanloon/onedrive_scope

    I'd like to hear you options on this.
    Thanks.

« Back to merge proposal