Hi,
I noticed a strange behavior. Steps:
- I have two boards
- I get access token via my app via oAuth 2.0
- Send Get Boards API request (v2)
- I see in response 2 boards.
- I will add one more board via UI.
- Send Get Boards API request again
- In response still 2 boards instead of 3
Refreshing token does not help.
How can I get access to resources created AFTER I generated oAuth token?