I have an application using api v1. I store dropbox account ids of format: "123456789".
However when I try to use v2 api's get_account call and I add the parameter account_id : "123456789" I get an error message: "must be at least 40 characters, got 9"
Is there any way to use get_account call with the old uid format. What is the connection between these two types of ids?
Thanks