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:OneDrive Login - TMS VCL Cloud Pack - TMS Support Center I wonder if this is the same issue for fmx. When I try to connect the message error in the browser isThe 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
Bart
(Bart)
December 12, 2017, 3:16pm
2
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.
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.
Bart
(Bart)
December 13, 2017, 3:05pm
4
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