Questions tagged [asana-connect]

Asana Connect is a way you can connect an Asana account with any partner website or app using a trusted authentication method, OAuth.

Asana Connect is a way you can connect an account with any partner website or app using a trusted authentication method, .

Read more on the launch blog post.

40 questions
0
votes
1 answer

The `redirect_uri` parameter does not match a valid url for the application

So this is really weird: But When trying to connect with Asana I get: Error: invalid_request: The `redirect_uri` parameter does not match a valid url for the application. I have literally copied and pasted the example from here I've literally done…
Ashley Wrench
  • 969
  • 8
  • 25
0
votes
0 answers

Response code Null (0) today, app was working yesterday (API Integration)

I have integrated Asana task lists into my company's website for our development team. All was going well until today - the page I created now errors out with a response code of NULL (or 0). In my very limited experience, this is an issue with the…
0
votes
2 answers

Event Sync Token (412 response status )

I'm using RestTemplate to make the GET call to asana's REST Api. By using postmen when i'm calling: https://app.asana.com/api/1.0/events?resource=PROJECT_ID I'm getting a message and a sync token ( this is the same case when the sync token is too…
Itai Soudry
  • 338
  • 1
  • 6
  • 17
0
votes
1 answer

Retrieving tasks within teams in PHP

I am trying to develop a web application that can fetch data from Asana and generate custom spreadsheet reports. This wrapper class was very helpful in making things simple. However, I am having a hard time in writing code that gets me the team/s…
Mayank Choudhary
  • 376
  • 2
  • 7
  • 18
0
votes
1 answer

How to revoke Asana OAuth tokens?

Using Asana's NodeJS module (https://github.com/Asana/node-asana) with OAuth, is there anything I can do to revoke a user's access and/or refresh token? Currently when a user tells me they want to disconnect from Asana, I just forget their tokens.…
Ghazgkull
  • 970
  • 1
  • 6
  • 17
0
votes
2 answers

Create an Asana task with External Data

I am having trouble creating an asana task with external data. I can create a task fine, but i can't figure out what the cocktail is to be able to use the "external" data that is mentioned in the documentation. $.ajax({ url : global.task.url, …
mistersender
  • 256
  • 1
  • 9
0
votes
1 answer

ASANA API - get only projects associated to me

when you query /projects I get every project in the organization(a-lot) ... is there anyway to just get projects that I am interested in (ie task assigned to me, mention of me, or one that I have flaged as following?) I have also…
Joran Beasley
  • 110,522
  • 12
  • 160
  • 179
0
votes
1 answer

AsanaAPI get only the teams I am a member of

using the endpoint /organizations/organization-id/teams works to get a list of all teams ... but what If I only want teams that the asana-connect user was a member of? I can couple that with a second call to /teams/team-id/members but is there any…
Joran Beasley
  • 110,522
  • 12
  • 160
  • 179
-2
votes
1 answer

Asana developer

we use Asana as our internal project management platform. We would like to use it to interact with our clients so they can see the progress of their projects - which is the same per year. We created the Kanaban view and move the cards through each…
R. PP LLC
  • 1
  • 1
-5
votes
1 answer

I can see my Team Calendar

I can see my Team Calendar on ASANA. In one of my projects I see and in the other I can't. What could have happened? I researched in the FAQ, but i can find anything.
1 2
3