Replies: 4 comments 1 reply
-
|
Can you check if the following setting is disabled?
The above recording URL requires. a Zoom login, not a passcode entry. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
OK I have checked all the settings you require and they are correct
Just got it to work.
Add this to your documentation
When getting the shared recording link needs to be set to:
*Who can view:* "Everyone with the recording link"
Question? can you build a routine to download all the links in an
account using the api.
Happy to pay for development. Let me know.
You can this API for getting the download URL of the recordings:
https://developers.zoom.us/docs/meeting-sdk/apis/#operation/recordingGet
[image: Screenshot 2023-07-02 at 8.22.29 AM.png]
correct it has been disabled.
My Setting you have in your set up
[image: Screenshot 2023-07-02 at 8.15.45 AM.png]
[image: Screenshot 2023-07-02 at 8.18.31 AM.png]
…On Sat, Jul 1, 2023 at 11:46 PM Hyunbin ***@***.***> wrote:
Can you check if the following setting is disabled?
Set recording as on-demand by default - Users must register before they
can watch the recording
The above recording URL requires. a Zoom login, not a passcode entry.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIFGBMUC3OXR3ZI67OYIG3XODVH3ANCNFSM6AAAAAAZ22JENQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hyunbinseo
-
|
export the zoom recording list as csv and use that list to extract
recording ids in the list and append as a correct url you need to download
, or just add it the urls.txt file.
…On Sun, Jul 2, 2023 at 8:43 AM Josh Ovett ***@***.***> wrote:
OK I have checked all the settings you require and they are correct
Just got it to work.
Add this to your documentation
When getting the shared recording link needs to be set to:
*Who can view:* "Everyone with the recording link"
Question? can you build a routine to download all the links in an
account using the api.
Happy to pay for development. Let me know.
You can this API for getting the download URL of the recordings:
https://developers.zoom.us/docs/meeting-sdk/apis/#operation/recordingGet
[image: Screenshot 2023-07-02 at 8.22.29 AM.png]
correct it has been disabled.
My Setting you have in your set up
[image: Screenshot 2023-07-02 at 8.15.45 AM.png]
[image: Screenshot 2023-07-02 at 8.18.31 AM.png]
On Sat, Jul 1, 2023 at 11:46 PM Hyunbin ***@***.***> wrote:
> Can you check if the following setting is disabled?
>
> Set recording as on-demand by default - Users must register before they
> can watch the recording
>
> The above recording URL requires. a Zoom login, not a passcode entry.
>
> —
> Reply to this email directly, view it on GitHub
> <#17 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAIFGBMUC3OXR3ZI67OYIG3XODVH3ANCNFSM6AAAAAAZ22JENQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
List all recordings
https://developers.zoom.us/docs/meeting-sdk/apis/#operation/recordingsList
…On Sun, Jul 2, 2023 at 8:48 AM Josh Ovett ***@***.***> wrote:
export the zoom recording list as csv and use that list to extract
recording ids in the list and append as a correct url you need to download
, or just add it the urls.txt file.
On Sun, Jul 2, 2023 at 8:43 AM Josh Ovett ***@***.***> wrote:
>
> OK I have checked all the settings you require and they are correct
>
> Just got it to work.
>
> Add this to your documentation
> When getting the shared recording link needs to be set to:
> *Who can view:* "Everyone with the recording link"
>
> Question? can you build a routine to download all the links in an
> account using the api.
> Happy to pay for development. Let me know.
>
> You can this API for getting the download URL of the recordings:
> https://developers.zoom.us/docs/meeting-sdk/apis/#operation/recordingGet
>
> [image: Screenshot 2023-07-02 at 8.22.29 AM.png]
>
>
> correct it has been disabled.
>
> My Setting you have in your set up
> [image: Screenshot 2023-07-02 at 8.15.45 AM.png]
> [image: Screenshot 2023-07-02 at 8.18.31 AM.png]
>
> On Sat, Jul 1, 2023 at 11:46 PM Hyunbin ***@***.***> wrote:
>
>> Can you check if the following setting is disabled?
>>
>> Set recording as on-demand by default - Users must register before they
>> can watch the recording
>>
>> The above recording URL requires. a Zoom login, not a passcode entry.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#17 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AAIFGBMUC3OXR3ZI67OYIG3XODVH3ANCNFSM6AAAAAAZ22JENQ>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2023-07-01T14:07:12.616Z Found 1 valid URLs.
2023-07-01T14:07:12.620Z ┌ zi9b58Lzlws0XVJtsEbY
2023-07-01T14:07:13.027Z └ File ID is not found.
I can paste the url in a browser and it opens and plays . the UTL does contain password
Woking on a MAC with Node v18.16.1
sample link pw blanked out
https://us02web.zoom.us/rec/share/zi9b58Lzlws0XVJtsEbYvqTmpeZm8Gfu593pLjWJ9M9Ej8VimlNIo6JWGPm5thkq.myHY2klARNXlBcn8?pwd=xxxxxxxx
TIA
Beta Was this translation helpful? Give feedback.
All reactions