Hello,
Iāve been working on trying to install the V4 Outlook Plug-In for SuiteCRM, and Iām stuck. Iāve followed the installation guide to the letter. Iāve run into problems with the API. Iāve reinstalled composer and openssl and tried to follow the help from here, but that guide assumes Linux and not Windows.
I also edited Container.php changing āaddContentLengthHeaderā from true to false based on another thread I found.
Here are my current results from /suitecrm/Api/access_tokenā¦
Notice : Key file āfile://C:\xampp\htdocs\SuiteCRM/Api/V8/OAuth2/private.keyā permissions are not correct, should be 600 or 660 instead of 666 in C:\xampp\htdocs\SuiteCRM\vendor\league\oauth2-server\src\CryptKey.php on line 57
Notice : Key file āfile://C:\xampp\htdocs\SuiteCRM/Api/V8/OAuth2/public.keyā permissions are not correct, should be 600 or 660 instead of 666 in C:\xampp\htdocs\SuiteCRM\vendor\league\oauth2-server\src\CryptKey.php on line 57
Notice : Key file āfile://C:\xampp\htdocs\SuiteCRM/Api/V8/OAuth2/public.keyā permissions are not correct, should be 600 or 660 instead of 666 in C:\xampp\htdocs\SuiteCRM\vendor\league\oauth2-server\src\CryptKey.php on line 57
Method not allowed
Method not allowed. Must be one of: POST
Any help would be appreciated.