Plex Autoscan's Drive monitoring functionality no longer works for users that did not set it up prior to 28th of February. Google deprecated the authentication method used.
In addition to Plex Autoscan receiving scan requests from Sonarr/Radarr/Lidarr, it can also monitor Google Drive directly for updates. When a new file is detected, it is checked against the Plex database and if this file is missing, a new scan request is sent to Plex.
Under the GOOGLE section of the config, enable Google Drive monitoring and fill in your Google Drive API Client ID and Secret [Step 15 of that process].
Note: If you are using [[Scenario 2 Custom Library Setup|Customizing Plex Libraries#scenario-2]], you will need to tweak this section of the config.
Save and Exit.
Next, you will need to authorize Google Drive. To do so, run the following command:
plex_autoscanauthorize
If this doesn't work for you, update saltbox and rerun the plex_autoscan role:
sbupdate
sbinstallplex-autoscan
Visit the link shown to get the authorization code and paste that in and hit enter.
Visit https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&client_id=&access_type=offline and authorize against the account you wish to use
Enter authorization code:
When access token retrieval is successful, you'll see this:
2018-06-24 05:57:58,252 - INFO - GDRIVE [140007964366656]: Requesting access token for auth code '4/AAAfPHmX9H_kMkMasfdsdfE4r8ImXI_BddbLF-eoCOPsdfasdfHBBzffKto'
2018-06-24 05:57:58,509 - INFO - GDRIVE [140007964366656]: Retrieved first access token!
2018-06-24 05:57:58,511 - INFO - AUTOSCAN [140007964366656]: Access tokens were successfully retrieved!
Note: Ignore any Segmentation fault messages.
Restart the service:
sudosystemctlrestartplex_autoscan
Plex Autoscan will now start monitoring Google Drive.
Note: The path can be in any form (e.g. /data/Media/..., /mnt/unionfs/Media/..., My Drive/Media/....). The 'Server Path Mappings' will redirect the scan to the correct location.
The request will now show up under Plex Autoscan logs.
Initiate a scan request via curl or equivalent tool:
Note: The path can be in any form (e.g. /data/Media/..., /mnt/unionfs/Media/..., My Drive/Media/....). The 'Server Path Mappings' will redirect the scan to the correct location.
Format:
curl-d"eventType=Manual&filepath=<PATH TO FILE/FOLDER>"<YOURPLEXAUTOSCANURL>
Examples:
curl-d"eventType=Manual&filepath=/mnt/unionfs/Media/Movies/Shut In (2016)/Shut In (2016) - Bluray-1080p.x264.DTS-GECKOS.mkv"http://ipaddress:3468/0c1fa3c9867e48b1bb3aa055cb86`
curl-d"eventType=Manual&filepath=/data/Movies/Shut In (2016)/Shut In (2016) - Bluray-1080p.x264.DTS-GECKOS.mkv"http://ipaddress:3468/0c1fa3c9867e48b1bb3aa055cb86`
The request will now show up under Plex Autoscan logs.
Note: Replace <section ID> ([[Plex Library Section IDs]]) and <plex library's movie/tv show path> with yours.
dockerexec-uplex-iplexbash-c'export LD_LIBRARY_PATH=/usr/lib/plexmediaserver/lib;/usr/lib/plexmediaserver/Plex\ Media\ Scanner --scan --refresh --section <section ID> --directory '"'"'<movie or tv show path>'"'"''