Skip to content

expected element type <Envelope> but have <html> #10

@SergeyParamoshkin

Description

@SergeyParamoshkin

Hi. I use the example from the documentation, and set config.json, but in return get err
expected element type <Envelope> but have <html>

campaigns, totalCount, err := campaignService.Get(
		gads.Selector{
			Fields: []string{
				"Id",
				"Name",
				"Status",
			},
		},
	)
	if err != nil {
		fmt.Println(err.Error())
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions