Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random 404 error when deleting recording file #6

Closed
IdolR opened this issue May 11, 2020 · 3 comments
Closed

Random 404 error when deleting recording file #6

IdolR opened this issue May 11, 2020 · 3 comments

Comments

@IdolR
Copy link

IdolR commented May 11, 2020

Hi there and thanks again for this useful tool

I am using PSZoom to download and delete Zoom cloud recordings, however out of about 2,000 successfully deleted recordings, 38, which show "completed" status, cannot be deleted no matter what I try, PSZoom will throw an exceptions such as

Remove-ZoomMeetingRecordingFile : The remote server returned an error: (404) Not Found.
At C:\Temp\zoom\zoomBackup.ps1:83 char:9
+         Remove-ZoomMeetingRecordingFile -MeetingId $zoomItem.meeting_ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Remove-ZoomMeetingRecordingFile

Running script within VSCode, I could help debugging data, if required

@JosephMcEvoy
Copy link
Owner

I am not sure why this is happening. Is there any commonality between the files? Date, meeting ID, characters used in the file IDs?

You could also try the Remove-ZoomMeetingRecordings function.

@IdolR IdolR changed the title Random 404 when deleting recording Random 404 error when deleting recording file May 11, 2020
@IdolR
Copy link
Author

IdolR commented May 11, 2020

Commonality:

  • all meeting ids contain at least one slash character ( '/' )

@IdolR
Copy link
Author

IdolR commented Jun 29, 2020

This issue is being followed by Zoom support now

@IdolR IdolR closed this as completed Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants