what's the number of Google Calendar API limit - updating ACL - php

I was trying to add some google calendars by PHP script, and update those calendars' ACL to make it available to our whole domain users.
Everything went well except I received this error after creating bunch of calendars:
Zend_Gdata_App_HttpException: Expected response code 200,
got 403 User has updated too many ACLs today. Please try again tomorrow. in
/Zend/Gdata/App.php on line 709
Do you guys know what exact number the limit is? That's very interesting. I tried to look at here and didn't get the answer.
https://developers.google.com/google-apps/calendar-resource/limits

The Google Console that shows you your live quota usage lives on code.google.com: https://code.google.com/apis/console

Related

Got an error when I called Method: purchases.subscriptions.get endpoint

Stack Overflow please do your magic..
The Story :
We are using laravel and use the laravel package (imdhemy/laravel-purchases) in-app purchases to use the google billing feature and the app store in-app purchases.
It is running well in the app store but in the play store still failled.
We have followed according to the instructions in the link
https://imdhemy.com/laravel-iap-docs/docs/credentials/google-play
everything goes smoothly except when it validates.
When i tried to call below end point to Checks whether a user's subscription purchase is valid and returns its expiry time.
https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}
However always show up an error 400
enter image description here
What we've done :
Create a ticket to Google, but there has been no response from Google after the last update 3 weeks ago.
Tried using another developer account and surprisingly it works normally.
enter image description here
The Question :
Is there something wrong with my developer account settings? Because I've copied the settings with the account that works fine.

MailChimp API V3 Creating Interest (group)

I have a web app written in PHP that uses Mailchimp API v3. It was working ok until two days ago. I can't figure out what is going on. When I try to create new interest, I get 500 error, so in my response I don't get interest ID which I use later on. However, the interest gets created, which is weird.
I use the correct ENDPOINT. It's the same one shown in the API Playground. Even when I try to do this in the PLAYGROUND, I get the same error, but the interest (group) gets created.
Endopoint:
"http://".$dc.".api.mailchimp.com/3.0/lists/".$list_id."/interest-categories/".$subgroup_id."/interests"

How to Activate IMEI place order service in DHRU API

Hello everyone I am developing a website that provides unlock code to mobile user who request. but i am new in druv api so please can anyone provide a documentation or guide to use it.some error are listed below,
i am using dhru unlocking API for unlock mobile but getting error when going to place imei order by using curl.
error is.
{"ID":"1234","IMEI":"111111111111119","ERROR":[{"MESSAGE":"ValidationError123","FULL_DESCRIPTION":"Service Not Active"}],"apiversion":"3.1"}
Realize this is a bit old, but it will probably help someone I'm sure. Here's the link to the api stuff http://kb.dhru.com/Dhru_Fusion/Developer_Resources
Also, I found it by googling "dhru fusion api" wasn't all that hard to find lol probably why this topic never got answered.

Fusion Tables insert row with PHP basic example

Is there is an updated PHP client library for Fusion Tables? or maybe a very concrete copy+paste insert rows example?
I I have visited https://code.google.com/p/google-api-php-client/ and downloaded their latest release file, but while having examples for lots of other google apis, I can't find any mention of fusion tables examples.
Additionally I have been trying to get https://github.com/marciuz/fusion-table-php-api-and-shell fantastic project to work, but keep receiving "invalid credentials" errors when using my fusion tables enabled server api key with his shell or with the php examples he uses. This is even for basic SHOW TABLES commands.
Is there a scope issue here I am missing?
Is there a very simple php example I can use to just copy and paste my credentials (clientID, client secret, redirect uri, api key) into and get right to inserting rows into my Fusion Tables? Maybe something like Invalid Credentials Error when passing Oauth 2.0 Access Token to Fusion Tables API in PHP, only hopefully it includes how to create the access token, and helps to insert rows instead of modifying styling?
I am trying to not reinvent the wheel on this one, and have been looking high and low for a simple working example to insert rows, that is not over my inexperienced head. Thank you, this has been literally driving me crazy.
Here is what worked for me:
"Ok so I finally got this to work and I thought Id share this with everyone In case you get stuck like I did. One step that seems to be missing from all usage examples I've seen is the service account email address needs to be added via Google Docs.
Select the document (FT) in Google Docs Click "Share"
Select "Add People" Enter your service account email address, e.g. myservice...#developer.gserviceaccount.com Ensure "Can Edit" is selected. Un-check "notify people via email" Click "Share and Save"
This was a complete guess on my part but seems to have fixed my problem. I can finally insert into my FT via my service account. Hope this helps."
For anyone else looking out there, I found this code and fix very useful for finally getting a solution with the google-api-php-client. https://groups.google.com/forum/#!msg/google-api-php-client/9d2lQAppTvg/vh8CRhWJb_YJ

Getting LinkedIn throttling limit error for Share

I am creating a LinkedIn Application and I am using 'linkedin_3.2.0.class.php'. Yesterday I was able to share content/status update by this class. But, today I am getting an error
'LinkedIn->fetch(): throttling limit for this user/application has been reached for LinkedIn resource - https://api.linkedin.com/v1/people/~/shares'. I have check my API Usage Report and I found that every thing is right.. Here I am sharing screen of API Usage Report :
I have much throttle then why these stupid error coming..
Guys, if you have any idea then kindly share here.
Update with me:
Actually this error comes when user's cross of limit LinkedIn share.
More information: LinkedIn Throttle Limits

Categories