Changeset 904678
- Timestamp:
- 04/29/2014 10:28:15 AM (12 years ago)
- File:
-
- 1 edited
-
pwebonedrive/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pwebonedrive/trunk/readme.txt
r900231 r904678 85 85 = Error in Microsoft popup = 86 86 87 `We're unable to complete your request. Microsoft account is expirencing technical problems. Please try again later.` 88 and in URL of this popup there is error message: 89 `The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the redirect URI registered for this client application` 90 then go back to Windows Live application management and set **Enhanced redirection security: Disabled** 87 If you got message: *Microsoft account is experiencing technical problems* in popup window then check **error_description** of URL in address bar. 88 89 If you have following error description: 90 *The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the redirect URI registered for this client application* 91 then go to Windows Live application management and set in your application **Enhanced redirection security: Disabled**. 92 93 If you have other error description then send it to our support. 94 95 = Debugging = 96 97 Enable debug in WordPress [read how to](https://codex.wordpress.org/Debugging_in_WordPress). 98 99 Go to Post editor. 100 Remove **wl_auth cookie**. 101 Reload page. 102 Try to use OneDrive button again. 103 You will see some alerts with debug informations. 104 105 Check also `/wp-content/debug.log` file. Read only lines with *pweb_onedrive* or *LiveConnectClient*. 106 If you would not find there any error message then send this log file to our support. 107 91 108 92 109 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.