Why does my last console always show invalid credential,?

clipboard.png
the last console always shows invalid credential, access_token is invalid or not latest hint

Mar.12,2021

take a closer look at your code


your string should not be the path under 'https://~access_token='+that.data.AccessToken
, but also


all that.data are written in the string, not string concatenation


that.data.AccessToken

this print out, ah, to see what it is, it should need to be dealt with before it can be used, and can not be directly stitched together


that.data.AccessToken
what the heck is this =

Menu