Pesquisas recentes
Sem pesquisas recentes

Will Munn
Entrou em 30 de nov. de 2022
·
Última atividade em 01 de dez. de 2022
Seguindo
0
Seguidores
0
Atividade total
3
Votos
0
Assinatura
1
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Will Munn
Will Munn comentou,
If I set that I get
Uploading app... Uploaded
Deploying app... Failed
› Error: Error: oauth parameter cannot be set to be secure.
Exibir comentário · Publicado 01 de dez. de 2022 · Will Munn
0
Seguidores
0
Votos
0
Comentários
Will Munn comentou,
Hi I'm having a lot of problems with this too. In my manifest I have:
```
{
"parameters": [
{
"name": "token",
"type": "oauth"
}
],
"oauth": {
"client_id": "XXX",
"client_secret": "XXX",
"authorize_uri": "https://XXX/oauth2/authorize",
"access_token_uri": "https://XXX/oauth2/token",
"scope": "email profile offline_access"
}
}
```
and my code does
```
client.request({
url: 'https://xxx.com/some/endpoint',
type: 'GET',
secure: true,
headers: {Authorization: 'Bearer {{setting.token}}'},
})
```
The app seems to authorise fine when I go through the process but I still get this proxy error.
One detail is that I've installed the app in a zendesk sandbox to test it. Is this expected to work?
Exibir comentário · Publicado 30 de nov. de 2022 · Will Munn
0
Seguidores
0
Votos
0
Comentários