Can't Repro
Status Update
Comments
da...@intuit.com <da...@intuit.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!
ma...@google.com <ma...@google.com>
da...@intuit.com <da...@intuit.com> #3
Hi,
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
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
da...@intuit.com <da...@intuit.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!
ch...@google.com <ch...@google.com>
am...@google.com <am...@google.com> #5
Hi Team,
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
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
an...@google.com <an...@google.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!
Description
Build: AI-211.7628.21.2111.7619903, 202108070024,
AI-211.7628.21.2111.7619903, JRE 11.0.10+0-b96-7281165x64 JetBrains s.r.o., OS Mac OS X(x86_64) v11.4, screens 3440.0x1440.0, 3584.0x2240.0
AS: Bumblebee | 2021.1.1 Canary 8; Kotlin plugin: 211-1.5.21-release-328-AS7442.40; Android Gradle Plugin: 7.1.0-alpha08; Gradle: 7.1.1; Gradle JDK: version 11.0.10; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)Source: user_sentiment_feedback
I have attempted many things to try to make this work. I tried compose versions 1.0.0, 1.0.1, 1.1.0-alpha-01. I tried downgrading to Canary 7 and Canary 6, both with similar results. I invalidated caches. Still result is the same, for every attempt I make to run a compose preview on a device, it shows this error.
It seems clear this is a "left hand doesn't know what right hand is doing" thing, because
PreviewActivity
is not in that package, but ratherandroidx.compose.ui.tooling
– it hasn't been inandroid.compose.ui.tooling.preview
since compose1.0.0-beta09
.Here is what's in
idea.log
: