Backup Credentials - Yandex (CORE 13-U4 and SCALE 22.12.2)

user623

Dabbler
Joined
Jan 20, 2021
Messages
18
I get Client ID, Secret and Auth Token for Yandex Disk. Try "Verify Credentials" and get ERROR:

couldn't read OAuth token: invalid character 'y' looking for beginning of value
Error: Failed to create file system for "remote:": couldn't read OAuth token: invalid character 'y' looking for beginning of value
Выделение_478.png
Выделение_479.png
 
Last edited:

Exitialis

Cadet
Joined
May 11, 2023
Messages
1
I have the same issue. And addition: if you click on "Log In to Provider" button, new window with Yandex auth will be opened and after you log in, this window will be closed and nothing will be changed, tokens won't appear in the form. With other providers everything works fine (i.e. i tried google drive)
 

zfree

Cadet
Joined
Sep 17, 2023
Messages
1
It seems that JSON value is expected in that field. I've got {"access_token": "<token>", "refresh_token": "<another_token_value>", "token_type": "bearer", "expiry": "2024-09-16T13:01:38.863552+00:00"} in callback when auth window was closing (added a breakpoint for window.close). So there is something wrong with pasting these values after Yandex auth.
 
Top