Moderator
Sending in 5 min 😅
Votes
0
Replies
24
Participants
Unknown
Messages
25
Moderator
Sending in 5 min 😅
I think it was made optional in 1.4
Moderator
Here I am, so the code to send it is:
try{
teams.createMembership( teamId: "teamID", email: "contacto@dh-sw.net", roles: [], url: "https://inicio.dh-sw.net");
} catch(e){
print(e)
}Moderator
Sorry for the delay, It took me longer than expected 😅
Moderator
Maybe the issue is not specifying roles?
No that should work
What dart SDK you're using?
Moderator
7.1.0
Try to use ID instead of email
Is it working?
Moderator
trying now
Moderator
Nope, no luck 😢
Moderator
Tried specifying a role, and no luck
Moderator
Okay, solved
Can you
await then check the eawait teams.createMembership(Ohh
Great
How?
Moderator
API scopes 😭😵💫
👍
Moderator
Sincerely a dumb mistake 😆
Those are the most common
Moderator
Yes. I thought I had enabled all scopes. Then double checked and saw it was disabled just for teams API 🤦♂️
I remember when first learning C, the author wrote "everyone will forget to add ;" I though I wouldn't. but I did, many times.
Moderator
[SOLVED] Cannot add an user to a team through server SDK