Discussed in #29
Originally posted by EnzymeAG June 30, 2026
Hi,
I’m using Applaud with multiple Plaud accounts. Previously, Plaud Web exposed a long-lived tokenStr / workspace token in Local Storage that could be copied into Applaud.
It looks like Plaud has changed this behavior. Now I can only find:
workspaceToken / Authorization: Bearer ... token, type WT
- expires in about 1 day
refreshToken, type WRT
- expires in about 30 days
- no long-lived tokenStr visible in Local Storage anymore
When I paste the workspaceToken, Applaud accepts it, but it expires in 1 day.
When I paste the refreshToken, Applaud rejects it with:
Plaud returned msg=token type does not match parse mode</div>
Discussed in #29
Originally posted by EnzymeAG June 30, 2026
Hi,
I’m using Applaud with multiple Plaud accounts. Previously, Plaud Web exposed a long-lived
tokenStr/ workspace token in Local Storage that could be copied into Applaud.It looks like Plaud has changed this behavior. Now I can only find:
workspaceToken/Authorization: Bearer ...token, typeWTrefreshToken, typeWRTWhen I paste the
workspaceToken, Applaud accepts it, but it expires in 1 day.When I paste the
refreshToken, Applaud rejects it with: