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
$docs_to_wp->retrieve_docs_for_web( $gdClient, Source folder ID, Destination folder ID );
You can add this to a wp-cron job or do what I did and include the WordPress bootstrap (include('./wp-load.php');) in a php file with the code above and set up an actual cron job.