Sometimes Google sync plugin may generate the following issue:
Woocommerce API endpoint saying: Sorry, you are not allowed to edit this resource
In this case you need to take the following steps:
- open the .htaccess file found at root of your website and after line and add this line after
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
This post may also be helpful if the above approach is failed