You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
‘--delete-after-download’ can delete “all photos” and “hide” after downloading, and can also download photos in “recently deleted”, but cannot delete “recently deleted”
Then I based on the feedback from 66f084f
Modify "fields": {"isDeleted": {"value": 1}} to "fields": {"isExpunged": {"value": 1}}
As a result, using --delete-after-download can delete the photos in "Recently Deleted" after downloading, and can also download the photos in "All Photos" and "Hidden", but cannot delete the photos in "All Photos" and "Hidden" photo
I don't understand why?
The text was updated successfully, but these errors were encountered:
‘--delete-after-download’ can delete “all photos” and “hide” after downloading, and can also download photos in “recently deleted”, but cannot delete “recently deleted”
Then I based on the feedback from 66f084f
Modify "fields": {"isDeleted": {"value": 1}} to "fields": {"isExpunged": {"value": 1}}
As a result, using --delete-after-download can delete the photos in "Recently Deleted" after downloading, and can also download the photos in "All Photos" and "Hidden", but cannot delete the photos in "All Photos" and "Hidden" photo
I don't understand why?
The text was updated successfully, but these errors were encountered: