hello
i have a token problem....
the script runs locally on my windows xampp server. this works great.
But when i open the index file, i got always the same error:
Warning: file_get_contents(tokens): Failed to open stream: No such file or directory in C:\xampp_neu\htdocs\test1\src\src\functions.inc.php on line 486
this are my settings in function file. Do i need to link the callback to the callback.php file?
define("callback_uri", "https://login.live.com/oauth20_desktop.srf");
define("onedrive_base_url", "https://graph.microsoft.com/v1.0/");
define("token_store", "tokens"); // Edit path to your token store if required, see Wiki for more info.
hello
i have a token problem....
the script runs locally on my windows xampp server. this works great.
But when i open the index file, i got always the same error:
Warning: file_get_contents(tokens): Failed to open stream: No such file or directory in
C:\xampp_neu\htdocs\test1\src\src\functions.inc.php on line 486this are my settings in function file. Do i need to link the callback to the callback.php file?
define("callback_uri", "https://login.live.com/oauth20_desktop.srf");
define("onedrive_base_url", "https://graph.microsoft.com/v1.0/");
define("token_store", "tokens"); // Edit path to your token store if required, see Wiki for more info.