On Wednesday, May 27, 2015 at 5:25:51 PM UTC+9, Lee, Woo-Seok wrote:
> Hi Pray,
>
>
>
> I catch console error message when error occured.
>
>
>
> function registration_success(result) {
> }
> function registration_failure(error) {
> alert( JSON.stringify(error));
> }
> var registration_parameters = {};
> registration_parameters.code = RMPApplication.getVariable('code');
> id_google_oauth_token.trigger(registration_parameters,{},registration_success,registration_failure);
> undefined
> 184637?P_mode=TEST&state=security_token%3DUGsztDI1k5xawhj1dCavz18r&code=4/SGZ0TJRkvLN3pgz1c7DUO6ndr…:16 POST
https://live.runmyprocess.com/live/114081403091833792/host/102787/service/183116?P_mode=TEST&P_version= 500 (Internal Server Error)nrWrapper @ 184637?P_mode=TEST&state=security_token%3DUGsztDI1k5xawhj1dCavz18r&code=4/SGZ0TJRkvLN3pgz1c7DUO6ndr…:16IA @ 0.js:1654JA @ 0.js:771lId @ 0.js:1524XHd @ 0.js:1139AId @ 0.js:1602Vyd @ 0.js:1775fNd @ 0.js:1549iNd @ 0.js:1565hNd @ 0.js:1415gNd @ 0.js:1232SYb @ 0.js:1635KYb @ 1.js:1214kUb @ 1.js:3236RMP_ListenerComponent.RMP_ListenerComponent.trigger @ rmp.js?vr=2¤t=90:1(anonymous function) @ VM11340:9InjectedScript._evaluateOn @ VM11339:883InjectedScript._evaluateAndWrap @ VM11339:816InjectedScript.evaluate @ VM11339:682
>
>
>
>
>
>
> 2015-05-27 16:27 GMT+09:00 Lee, Woo-Seok <
al...@wedosoft.net>:
>
> Hi Pray,
>
>
> Thanks for helping. I followed dropbox guide. But I can't figure out token registration.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
I solved all problem. Thanks a lot.