Status Update
Comments
ri...@gmail.com <ri...@gmail.com> #2
Hi there!
When you create the new group, what fields are you adding? Only email
or are you adding more?
Have a nice day!
se...@google.com <se...@google.com> #3
When I am creating again this group with same email and we are setting all these things using Admin SDK API
1- Group Name.
2- Group Email(Same as old email we need in our Application to use this group email).
3- Group Description.
In Our we will use or Create Group if suppose it is deleted or not in Google workspace console, we will create every time with fixed same email always that is need of our Application.
If suppose it is saying "A group or alias already exists with this email" why we are not able to search and view this group.
Thanks
Ashraf
SBC Technology
se...@google.com <se...@google.com> #4
Hi there!
I can't seem to be able to reproduce this behavior. I'm guessing that you already tried using
Thank you and have a nice day!
si...@google.com <si...@google.com> #5
Yes we already tried groups.get and not able to get the same group in domain.
And getting error as:
{
"error": {
"code": 403,
"message": "Not Authorized to access this resource/api",
"errors": [
{
"message": "Not Authorized to access this resource/api",
"domain": "global",
"reason": "forbidden"
}
]
}
}
But when I tried to find other groups in domain and able to find those in API explorer.
Have you created a group and deleted the same group and again created the group with the same email Id? We are able to reproduce this behavior 100% in our two domains.
Please check this again from your end why is this happening ?
Thanks
Ashraf
SBC Technology
ri...@gmail.com <ri...@gmail.com> #6
Hi there!
Could you try the following steps by using the API explorer? Here are the steps (change your.domain
for your actual domain):
Thank you and have a nice day!
ep...@googlemail.com <ep...@googlemail.com> #7
I have tried all the API's methods by changing our domain with API explorer with all details you provided me and it is working fine.
But when I am trying to do
1- Create through API 2- Delete through Admin console manual 3- Again creating through API then getting the above issue.
Some times I am also deleting from console and it is saying deleted but again existing into domain.
In my scenario I am not able to create the same Group through my application as well as API explorer also and getting these two errors:
1- While creating
409 Conflict
{
"code": 409,
"errors": [
{
"domain": "global",
"message": "Entity already exists.",
"reason": "duplicate"
}
],
"message": "Entity already exists."
}
2- While get API method for getting group even we have access of this API and doing by admin.
{
"error": {
"code": 403,
"message": "Not Authorized to access this resource/api",
"errors": [
{
"message": "Not Authorized to access this resource/api",
"domain": "global",
"reason": "forbidden"
}
]
}
}
Please look at my screenshot for 1st and 2 nd same thing I am doing the API calls in API explorer for my deleted group and the issue is same.
Thanks
Ashraf
SBC Technology
ep...@googlemail.com <ep...@googlemail.com> #8
I cannot reproduce on my end.
Could you try:
- Opening a window in incognito mode
- Go to the
and log in to your accountgroups page in Google Admin - Can you see the group in question?
ep...@googlemail.com <ep...@googlemail.com> #9
I opened a window in incognito mode with url :
I am not having this issue only our domain, We have also the same issue in our some clients.
Thanks
Ashraf
SBC Technology
so...@google.com <so...@google.com>
kl...@google.com <kl...@google.com> #10
I can't reproduce this behavior. Do you have a way of reproducing it with a newly created group? (That is: without relying on having a group that already shows this behavior)
ev...@poberezkin.ru <ev...@poberezkin.ru> #11
I can create a new group and it does not have any issue while creating then deleting and recreating it.
I am saying issue is with our old created group that was deleted accidently. While again creating with the same Email Id as in the above mentioned comments.
In our application we need fixed Group (that have fixed Old Email Id) which was deleted from admin console but not able to recreate it from console as well by API Explorer and our Application also. I already attached screenshots(of Admin Console, API Explorer & Application) in my previous comments.
Thanks
Ashraf
SBC Technology
si...@google.com <si...@google.com> #12
Hi there!
To summarize:
- What you did:
- Delete an old group.
- Try creating it again: gives an error that says it already exists.
- Try getting the existing group information: gives an error that says you don't have permissions.
- The bug is not reproducible in newly created groups.
So because the issue seems to only be in this specific group, please ask you domain admin to
Have a nice day!
si...@google.com <si...@google.com>
ep...@googlemail.com <ep...@googlemail.com> #13
I have already created this issue into Google Workspace Support. Support Team is saying that:
"It looks like we might be affected by an known issue in Google Workspace Groups and there is a workaround available."
So they told me if this type of issue comes so do these steps as below:
These steps are using the UI, but they may be achieved using the API as well.
a. Create a new user with this group mail Id(Old mail Id)
1. Browse to:
2. Click `Add new user`
3. Enter “primary email address” and other required fields
4. Click `ADD NEW USER`
b. Delete User created in the previous step:
1. Browse to:
2. Add filter `Email`
3. Enter email address used for previous user creation
4. Click `APPLY`
5. Click on the user to navigate to their profile of that group mail id as user into domain
6. In left pane, click `DELETE USER`
7. Select `Don’t transfer data`
8. Click `DELETE USER`
c. Proceed to perform the action that was previously blocked and create the group same as old mail Id.
I did the above actions now I am able to recreate the group from my APP.
Thanks
Ashraf
SBC Technology.
si...@google.com <si...@google.com>
ti...@outlook.de <ti...@outlook.de> #14
Hey,
I'm glad it's resolved. I'm closing the issue.
Have a wonderful day!
Description
Jetpack Compose release version: 1.0.1 Android Studio Build: Android Studio Bumblebee | 2021.1.1 Patch 2 Kotlin version: 1.5.21
Steps to Reproduce:
I have attached a video and a project file, please take a look.