I've added the key and secret but it's impossible to view the API endpoint for WooCommerce site that hosted on Google Cloud Server.
I have also tried sending a basic request through Postman as suggested in the guide here: https://github.com/woocommerce/woocommerce/wiki/Getting-started-with-the-REST-API#making-a-basic-request
It looks like there might be some additional protection enabled on Google Cloud Sevices. The server still doesn't allow me to get through with the key and secret even I removed all plugins and also reinstall WordPress site.
Testing URL: https://staging.tfo.com.au/wc-api/v3/products
Consumer key: ck_cc1ba53ba6b763871679ed2433f5c806c5f9cf4f
Consumer secret: cs_8649198de74ed143a55aff65eead0fc4806220b7
Can anyone help me, please?
Sam,
Thanks
Related
I'm trying to add OAuth to our webapp to allow signing in with Twitch and Discord and we are using Google Identity Platform + Firebase Auth.
Twitch works perfectly, but Discord is giving me some troubles even after reviewing the Discord OAuth docs. What exactly is the difference here? I noticed that Twitch publishes an OAuth Discovery Document, whereas Discord doesn't. Is that the crux of the issue?
What are my options for connecting Discord auth? Am I stuck managing the implicit flow myself? Will that provide credentials sufficient to link a Firebase account? How bad of an idea is it to run my own OAuth login provider via something like Keycloak or Authentik that provides a Discovery Document proxies requests to Discord?
Update:
I found https://github.com/kimcore/discord-oidc and modified it a bit to work with Google Identity Provider. I have it deployed on a CloudFunction and it's working! Is there anything else I need to consider?
Getting this warning Data won't be synchronized. No GraphQL endpoint configured. Did you forget Amplify.configure(awsconfig)? which I assume is the reason my data isn't being synced to the cloud and is only working locally while testing my application.
I have read many of the pasts posts about this issue and have followed all the steps such as configuring the endpoint url in aws-exports.js but nothing I'm finding online is working. Anyone have any success with this issue using API key as the default auth setting?
I have a C# application that sends data to a firebase cloud functions https endpoint. This app has been working for a while until today. I get an error that the app now requires site verification. What do I need to do. If anyone has come across this and resolved, please help. I am still searching for solutions on stackoverflow
We recently migrated from Divshot to Firebase and would like to protect the Website endpoint using Basic HTTP Authentication. Couldn't find this support in Firebase dashboard. Any help would be appreciated.
P.S: We are not looking at Firebase for storing & retrieving data at this point, hence the authentication capabilities provided by Firebase for data access control doesn't help.
So basically, I'm trying to translate my magento catalog using google translate api. I've set everything up and whitelisted my app within the project in google cloud platform for the translation API.
Everytime I try to translate, I get this error:
There is a per-IP or per-Referer restriction configured on your API
key and the request does not match these restrictions. Please use the
Google Developers Console to update your API key configuration if
request from this IP or referer should be allowed.
Any idea where can I find which IP the the request coming from into my project in google developer console? I see some logs there but I see no ip.
I am pretty sure what my server IP is and I have whitelisted it. When I remove the IP restriction, it works flawlessly1