Google Calendar error when trying to share - google-cloud-platform

I have this service account "testname#myapp-123456.iam.gserviceaccount.com"
My clients are using this account to share their Google Calendar.
Scenario 1.
Last couple of days ,when a users tries to insert this account to their google calendar sharing
(Share with specific people--> Add people) they get
an error "Something went wrong.Please try again later"
Scenario 2
Many clients have already add this share (when it was working correctly)
When a user tries to remove this share he get also this error.
Practically he is not able to remove his Google calendar share with us.
IS there something wrong with Google or do i miss something ?
Thank you for any help

This seems to be intentional. See: https://issuetracker.google.com/issues/148804709
Status: Won't Fix (Intended Behavior)
Hello,
Thank you for creating this issue.
That's right. Due to a recent change of behaviour, any account has to explicitly "accept" a Calendar that has been shared with them. In case of a Service Account, this "acceptance" should be made by adding the calendar to the CalendarList via CalendarList.insert [1].

Related

Google Cloud Identity free user limit exceed

I have a Google Cloud Identity Free with one domain. As I know it's possible to create 50 user in it. I synced approx 30 users but I cannot create more. I've deleted some users but I still cannot create new ones. I've tried the sync from LDAP throug GCDS application and it said I've reached the user limit. Tried to upload a csv file. And at the end create a user on the admin interface. All of them were unsuccessful.
When I tried to create a user on the admin interface I've got an error message I reached the ONE user limit.
Currently I have 4 users. All of them can use the services only (GCP).
I really need more users. Anybody experienced the same or similar? The support only shows the help, which does not contains any relevant information about this problem.
Are you also synching groups?
Please reach out to our billing team to increase the limit to 100 via:
https://support.google.com/cloudidentity/answer/7295541 (see link to form)
or use the general contact form:
https://support.google.com/cloud/contact/cloud_platform_billing
~ Luc

Facebook Graph API Group Feed shows no posts past v2.3

When accessing https://developers.facebook.com/tools/explorer, I can use the URL graph.facebook.com/v2.3/{groupID}/feed and receive a list of posts from that group. Note that I am not the group administrator. See here:
However, as soon as I change that to 2.4 or above, I can no longer receive any results:
Even stranger, though, is the response time. V2.3 responded with actual content in 983MS, but V2.4 responded with nothing in 10,174MS. The long response time for nothing is indicative of every version, up to 2.9 (most recent version).
This is a real issue, because v2.3 is being deprecated July 10th, 2017. Any idea what's going on here? It doesn't appear that they've deprecated /{groupID}/feed, so why did it stop working for me?
Normal users can not read the feed of closed groups any more.
And no, you should not try and circumvent that by building a scraper, because scraping is not allowed. Users have the ability to view the group posts via the FB UI, and that should be all that is needed.
Well, that's very annoying. And a little weird, because I can see the posts just fine via the UI
Yes, you can. But with an app, an additional party comes into play: The developer of that app, who could be the shadiest person sitting in wherever, doing whatever with the user data their app can read. And now imagine you were member of a closed group, where people might discuss sensitive issues such as health, sexual abuse, etc. Would you really want every other group member to be able to give an app you know nothing about access to what you posted in such a group …? No, of course not. And therefor that decision has been placed in the hands of the group admin(s) now.
unfortunately now v2.12 doesn't give any group feed unless you have the access token for the admin of the group (public-closed-secret).

Cannot Find Place ID

I see that others have asked this question, but I haven't seen any 'how-to' answers for businesses that can't find their Place ID.
When I type my business name and address into the place id finder it does not return any results.
My business on google maps: https://www.google.com/maps/place/Fancy+Fox/#41.6057788,-93.8500368,11z/data=!4m8!1m2!2m1!1sfancy+fox+des+moines!3m4!1s0x87ec24217b23e6fb:0x3cbf2ea78697e2ff!8m2!3d41.5973725!4d-93.701036?hl=en
Thank you for your help!
Try GMB Toolbox to decode your location to a Place ID http://gmb.reviewsmaker.com 😊
There are a couple of things you should be aware of:
Once you added your business in Google My Business you have to wait some time (probably up to 7 days) while the business will be available in the place autocomplete service.
If you created a Service Area Business, it probably won't appear in place autocomplete due to the following issue: https://issuetracker.google.com/issues/35831063
As I can see, you have indeed created a Service Area Business, it has a polygon on maps.google.com. I would suggest reaching out directly to Google support in the public issue tracker and ask them to help get a place ID.
UPDATE
As of March 2018 you can now search all businesses place IDs using the Google My Business place ID finder:
https://developers.google.com/my-business/content/faq#how-to-find-placeid

Failed Billing Payment AWS CVS missing

Company credit card expiry passed and new expiry details needed putting onto AWS payment methods. Since then billing has failed. I am assuming its because CVS number is not taken by AWS and the bank are rejecting it. (The card has been used for many other things since to make payment so its active).
Is there another way to get around this as the bank won't allow to bypass it. I can't believe there arent any posts from others with similar issues as the payment methods for AWS are rather limiting.
Its ran seamless for a few years now until this happened and I can't get an answer out of ticket system on AWS.
Many thanks.
Its randomly started working again. Very strange.

Limit number of business connector users in AX2009

Background
We provide some webservices to export and import some data to a website. Unfortunatly the programmers of that website don't seem to, or don't want to understand, that if they try three times and get three errors, the 1,000,000th time it also will give an error.
So they constantly open new requests to the webservice wich result in a constant flow of new business connector users. The problem with this is that they creating database blocks, but the database will not be able to solve this because when it will time out, there are a few 1000 new business connector users waiting to block that process all over again. This morning the whole server was inresponsive and a reboot of the AOS toke about 32 minutes to complete. (normally it would take 2 minutes)
Question
I was searching for a way to limit the number of business connector users. The only related post I found was this one:
http://www.archivum.info/microsoft.public.axapta.programming/2010-01/00045/RE-.NET-business-connector-amp-Web-Services.html
Unfortunatly there is no answer to their question and I couldn't find more topics.. Does anyone have an idea how I could solve this?
Any help or pointers in the right direction would be greatly appriciated.. :)
It sounds as if the problem is with the web service. Can you rework it so that it does not cause blocking?
Meanwhile, look into the MaxConcurrenctBCSessions setting.
see
http://msdn.microsoft.com/en-us/library/aa569637(v=ax.10).aspx