Googleapi: Error 404: No bot associated with this project., notFound

msgService := chat.NewSpacesMessagesService(service)
	msg := ChatCard("Title", "Subtitle", data)
	// msg := "hello"
	fmt.Print("Now ChatCard Method called\n")
	_, err = msgService.Create("spaces/AAAAwlgqHZg", msg).Do()
	if err != nil {
		fmt.Println(err)
	}

I’m trying to connect to google chat but , google API no chat bot-associated error occurred any help would be appreciatable?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.