Inventor uses .ipj (Project Files) to tell the software where to look for parts. If you move your files to Google Drive, you must update your Project File.
Write-Host "Closing Inventor if open..." -ForegroundColor Yellow Stop-Process -Name "Inventor" -ErrorAction SilentlyContinue Write-Host "Pausing 5 seconds..." -ForegroundColor Yellow Start-Sleep -Seconds 5 Write-Host "Forcing Google Drive sync..." -ForegroundColor Green & "C:\Program Files\Google\Drive File Stream\launch.bat" --sync_now Write-Host "Done. You can reopen Inventor." -ForegroundColor Green autodesk inventor google drive