Problems only with OneDrive

Hi:

I have an app running well for dropbox and google drive.

With the same code, it cannot connect to OneDrive. And yes, I have checked the Registration page of the application several times.

I found this post in the VCL forum about OneDrive login problems:

https://www.tmssoftware.com/site/forum/forum_posts.asp?TID=7341&title=Onedrive-login

I wonder if this is the same issue for fmx.

When I try to connect the message error in the browser is

The request can not be completed

The Microsoft account is experiencing technical problems. Try again later


It is returning the same message for several days.

So why is it working for dropbox, gdrive and not for OneDrive?


Is "https://www.microsoft.com" a correct redirect URIs?


Thanks in advance

Hi,


This is most likely an issue with your OneDrive App configuration or the TTMSFMXCloudOneDrive settings.
Please make sure the Redirect URI specified in the registration page is identical to the App.CallbackURL property value of the TTMSFMXCloudOneDrive control.

If the problem persists with the callback URL you are currently using, please try using "https://login.live.com/oauth20_desktop.srf" instead.

Thanks.

Now works specifying in the api webpage:
https://login.live.com/oauth20_desktop.srf

and in my app:
TMSFMXCloudOneDrive1.App.CallBackURL := 'https://login.live.com/oauth20_desktop.srf';

I think you should specify this address in the online help document.

Thank you for notifying us.
I'll make a note of it in the online help at http://www.tmssoftware.com/site/cloudkey.asp#microsoft