Hey hey!
I'm attempting to use the Bluejeans API to download videos that were recorded by a different account within my users enterprise and shared with me. Right now in order to collaborate on recordings, we pass a LOT of these links around through Google Docs. Since we all use different accounts, and record These are the links that look like "https://bluejeans.com/s/4BOeS/" that are generated after a recording is complete when you enable sharing of it.
Is there a way to get information on how to download this video through the API? Here's a reminder of the sharing screen for a recording that I'm talking about:

I've successfully authenticated using the API, and been able to use the "List Meetings" endpoint (GET /v1/user/<user_id>/meeting_history/?access_token=<token>) to get my own meetings, but this doesn't include anything about recordings that are shared with me.
In API v3.1.2 it's not looking like there's an endpoint for getting all recordings that are shared with the current user_id - but if something like that did exist it might work.
If I find the user_id/content_id of the shared video manually (through the original account that made it), and attempt to hit the "Get Recording Direct Link" API Endpoint from the account it was shared with (GET /v1/user/<user_id>/cms/<content_id>?access_token=<token>&isDownload able=true), I also can't access it (unauthorized) -- which makes me think there's no concept of "sharing" in the API.
I'm attempting to use the Bluejeans API to download videos that were recorded by a different account within my users enterprise and shared with me. Right now in order to collaborate on recordings, we pass a LOT of these links around through Google Docs. Since we all use different accounts, and record These are the links that look like "https://bluejeans.com/s/4BOeS/" that are generated after a recording is complete when you enable sharing of it.
Is there a way to get information on how to download this video through the API? Here's a reminder of the sharing screen for a recording that I'm talking about:

I've successfully authenticated using the API, and been able to use the "List Meetings" endpoint (GET /v1/user/<user_id>/meeting_history/?access_token=<token>) to get my own meetings, but this doesn't include anything about recordings that are shared with me.
In API v3.1.2 it's not looking like there's an endpoint for getting all recordings that are shared with the current user_id - but if something like that did exist it might work.
If I find the user_id/content_id of the shared video manually (through the original account that made it), and attempt to hit the "Get Recording Direct Link" API Endpoint from the account it was shared with (GET /v1/user/<user_id>/cms/<content_id>?access_token=<token>&isDownload able=true), I also can't access it (unauthorized) -- which makes me think there's no concept of "sharing" in the API.