Is there a way to obtain a session token for a child account using the only the master account password (for the purpose of calling GetUploadNode to generate a child-specific access token).
The current method I'm using:
- Client asks server for upload node and access token
- Server uses specific child username/password to authenticate
- Server calls GetUploadNode and returns values to client
- Client can perform http post
- Server must *know* child username/password
Essentially, I'd like to be able to generate the tokens only using the child username. If I can't do this, what would be the impact of calling SetChildAccountPassword and setting random passwords?
Thanks!
Adam