TAdvOneDrive Connect

Hello

We have no problems with TAdvDropBox, TAdvGDrive etc.

Except TAdvOneDrive

We do not get a connection

Key, secret, callback url is all correct

In the log file, we do not have the correct Connect API URL

20161028T154507:HTTPS GET: https://api.onedrive.com/v1.0/drive/items/root?access_token=

20161028T154507:HTTPS GET RESULT:{"error":{"code":"unauthenticated","message":"Must be authenticated to use '/drive' syntax"}}



can someone help

thanks kurti

It looks like your access token is empty and therefore, it is normal that the connection is refused. Please call TAdvOneDrive.Connect first. It should bring up the authentication & authorization screen first, necessary to obtain the access token. See also the CloudStorageDemo that demonstrates this.

this is the cloudstorage demo

the auth-browserwebsite returns



......

    <h2>Ihre Anforderung kann nicht abgeschlossen werden</h2>

            <p>F?r das Microsoft-Konto sind technische Probleme aufgetreten. Bitte versuchen Sie es sp?ter noch mal.</p>

              </div>

    </body>

</html>

<!-- _i-Agent:Mozilla/5.0 $Windows NT 6.2$ WOW64$ Trident/7.0$ rv:11.0$ like Gecko -->



<!-------Error Info------------------------------------------

"/pp1600/oauth20_desktop.srf?error=invalid_request&error_description=The%20provided%20value%20for%20the%20input%20parameter%20'redirect_uri'%20is%20not%20valid.%20The%20client%20application%20must%20be%20marked%20as%20'mobile'%2c%20or%20the%20value%20must%20be%20an%20absolute%20URL%20which%20matches%20the%20registered%20redirect%20URI.&lc=1031"

pphandler(643)

HR=0x80043450

Method string:GET

URL:"/pp1600/oauth20_desktop.srf"

Query string:"code=1"

Server protocol:HTTP/1.1

ALL Raw:1qmJVzN8ACu6cQYIpKvu2Dwnm7sU9la5jITOj0sIkryWTtveG4arUgBYHsfQtjt1s1bz3rqhHLEJiRIvwNyoiFJkxU6mrw1zsP4v6ABIlm2n2yWjiAfSy7BSlPOBsvVWYQnc6naS5hf0H8Qfkx5wZw9i1ksVhKHrnegf5rGZRmWY08IJTg3xSRWgBFk3bShbbm8DdMeLHB3XY1eiE4HWd2AHy8WKFgZi!rk56FbqR2uaUvPJlLL73!zTIgWQKggcbvNzCBJJpxPcNCa411z0bGf3lkOsqhd3qqMvH5fCb79tEzadx!wKd43CJ4gTHgeVt3BAVCx7BipmyzIOTV4ojgoOIWffiCcYcfMOo4YnYMqfZ7aRshHGXvpvE8qcTakzjXaZb8IMx7Owwi5jtkwlujTItaLMAAbUR6w8PJj6jA4PyIEUHtLsumLhHdNRdDp8Ef7fd3jdOdmW9XDrrK1sAppFO65ioLLzYy54HDDi4ScAk1VN4LTUoAwhWwGjRyii4l9YOSQT1jAnsC6DV8eQzmYSE3w6zERg52ThAux2qW5gtWkcmKAq7CONGEmaru6ZAxRTxmtgyYircVvJn9epKkt!xTK8l!fr71Ovl99GbTljNSqVlf0VNASou2mokJ915gnTMou59iSmQrfhG5NMRhv4eC44Mve3gVEJmNeZq5Ckc6UeRNaRLle0g2pJldnx!0WTMRRIXOuTbjsgdQeNaynS5IUgOokn8ulEtJ9pqslp4!i3TryhcYvz2ZbfgTtfIT9ffaete8SO5PmOpl746qlPSoXLu!AA!AxaxIMVXuqO3mGwMw3qBNaMOhDNFZs2sqhn6oEnTnmhcvNC1zUTyfq4jPQXEzMjB7jZBGFzUg5fU7mG!HtpyO!YWrwuP!sYOboIWBNTp458KJL9Bc7EpFeIugjTSyMrjoZXIxlU5xc8L3cBlWqkohnRy81C9gbozPVz3xji8ZpyilvsqTt9V93N0cBc4WWGCkROFpOfcGBRaV7hIa2387AG2L6MXSbARYKMedtckXWSdsrcFV96cv6tE4cDNw8lJQuSz7ga1bXlW0IcYU8Y4m77IzddTxvRu1P!2ND6IbPU8ihmMWyZUN8JfPI4X7MBKfjSCfzrmOXgSJl8t3hoCcQ8zbKTQdHLSISX1edfyjcsZfMFnNTHw43NpWsWZEq7ApNDqVkZujQAFOPP7uBD98ZnfvrsbS1WzYe68CyzzgPXSPin5WGyTIlDCYbJPNZg7BtsGYfGRf68rN!R0ZFZlwg31!QixeV7ySiDTv35eBj4EYg9umFV!I4TB7ydhFH7aV7B4OMDHpvLAf6o!BhHO2xTNtTpTskSO!INHKZDF3hVNmRej9t8I281O!L3aM7DHl2b2IG2f3Xwo!7mo5hS9qEynAfytgrhmdDiTyryk0ahethpa*FgXUyk4a4ANn6lOIuBa5tY5teLTuWTDhPQmpwsXZwQNQLaLx9f6Yf8KQhBdN8sDRjzPMg!*jl3E18!1xpcAUMSbSV6mJpuCE9ZANL9YOlQs6d0tBxQyFnlcdSfffFDzlqh6k0d8uHtwJ7u4uHrTjuObEK9VffGPgYq208tDIn7dg68nhGurnPsKg$$

------------------------------------------------------------>



This isn't the first time the Microsoft service is down. I'd suggest to retry after a while as also the message indicates: "F?r das Microsoft-Konto sind technische Probleme aufgetreten. Bitte versuchen Sie es sp?ter noch mal"

We have no chance
We have tested on different systems
Can you send us a compiled demo?

We can provide a compiled version of our CloudStorageDemo. Please contact us by email for this.