How can I access Square Feedback via their API? - square-connect

How can I access Square Feedback (https://squareup.com/help/us/en/article/5241) via the API?
Even getting the value of the "Collect feedback from your digital receipts" toggle in the dashboard via the API would be valuable to me. (https://squareup.com/dashboard/customers/settings/feedback)

Unfortunately, this is currently not possible with Square's APIs.

Related

Is it possible to convert individual assignment to group assignment programmatically via Okta API?

An Okta Admin is able to convert individual assignments to group assignments as stated in the help documentation. Is it possible to do this in a programmatic way through the Okta API? I'm not able to find any reference in the docs.
No, unfortunately there is no way to do that through API, as far as I know
I utilize Okta workflows to programmatically convert individual assignments to group assignments. You can send a POST (I use the custom API action card in Okta Workflows, but I'm sure you could post directly to the API) to /api/v1/apps/<okta app ID>/users/<okta userID> with the following body: {"scope":"GROUP"}. Hope that helps, I know I struggled to find a solution until I discovered this method.

Google reCaptcha v3 Challenge?

We have added google reCaptcha v3 to our sign-in and have received some complaints from customers that they are being blocked. From what I understand this can happen if they are using the browser incognito mode as well as if they are using a VPN.
With that said, is there away to weed out the good traffic from the bad if google declares the traffic to be suspect ~ i.e. adding a visual challenge and / or adding some type of verification if the score is under a certain threshold?
If so does anyone have a walk through or experience in implementing this type of verification within the latest reCaptcha? The documentation of this is rather limited and does not provide any real world examples of what to do in this circumstance.
Any help or guidance is greatly appreciated.
I found some info - the Google docs says it's possible to issue a challenge with reCaptcha 3.
https://developers.google.com/recaptcha/docs/verify
I wonder if anyone has set up a working example of this?

Google Sign-in and Google Sheets API V4

I am trying without success to "Add Google Sign-In to Your Web App" and then use Node.js with Google Sheets API V4 to be able allow my app to use the sheets api on behalf of the user (with scope: https://www.googleapis.com/auth/spreadsheets).
I'm really confused on how to achieve this. Reading through most of the documentation from OAuth2 doesn't clarify me best practices to achieve this with the Google Sign-In button.
Furthermore, I haven't found any documentation/guides related to this. I was hoping someone can guide me towards the right direction.
P.S: I managed to use the sheets api by following the Node.js quickstart for Sheets API, which allows me to achieve authorization through console, however I believe using the Sign-In button might simplify the process while making a nicer UX.
Thanks!
Google Sign-In is like what it says, for signing-in. However, it's not enough to authorize you to use Sheets API methods because if you read the Authorize Requests docs, it clearly states that you need to use OAuth2 plus there are scopes to consider (read-only, read/write, etc).
You are correct to follow the guidelines where you used OAuth2.0. Just create your own custom button. Grab a Google button image in the web and use that.

Google API Request Limit For Enterprise

I am developing a service using Google Gmail Api for Enterprise.
When testing, I noticed that the API's Rate Limit is different between google free account and gsuite account.
Does anyone know where I can find Google API Request Limits for gsuite?
A little late, but hopefully this will help someone in the future.
If you go to support.google.com and search for G Suite Administrator Help and click on the link, it will take you to the G Suit Administrator Help page. Then go to Manage Your Services and click on Gmail.
On the Gmail-Manage Gmail for your G Suite Team page currently here (https://support.google.com/a/topic/9202?hl=en&ref_topic=9197) look under the section Policies/Abuse Controls.
It lists the limits for sending, receiving and storage limits etc.

How can I get alerts for my Google API usage?

This week my API stopped making requests to the Google API, see the usage graph below:
Is there a way I can setup alerts on the data that is reported to me in the above graph?
Alert me when usage is below a threshold?
Alert me when usage is above a threshold?
Alert me when we encounter an error of X type?
There is no API for the Google Developer console sadly the only thing that is close would be the Google Cloud Resource Manager API which doesn't give you the information you are looking for.
There is also no alert within the Google Developer console. That being said this is an awesome idea. In the upper right hand corer of the Google developer console there is a speech bubble with an i in it. Click on it and send feedback. Google does listen to feed back from developers lets request a notification feature.

Resources