Troubleshooting
Common issues and how to solve them.
Authorization Errors
"Authorization Required"
Solution:
- The add-on needs permission to access your Drive
- Run the audit manually first: Add-ons → DriveAuditr → Run Audit Now
- Click "Continue" when prompted
- Select your Google account
- Click "Allow" to grant permissions
- Try running the audit again
"Permission Denied"
Solution:
- You may have declined permissions previously
- Remove the add-on completely
- Reinstall and grant permissions when prompted
- Try again
API Errors
"Drive API has not been enabled"
Solution:
- The Google Drive API needs to be enabled
- This should happen automatically, but if not:
- Go to Extensions → Apps Script
- Click the "+" next to Services
- Find and add "Google Drive API v3"
- Save and try again
"Rate Limit Exceeded"
Solution:
- Google limits API calls per minute
- Wait 5-10 minutes
- Run the audit again
- This rarely happens with DriveAuditr's batch processing
Performance Issues
Audit Taking Too Long
Large accounts (10,000+ files) can take several hours as the audit runs in batches. This is normal behavior due to Google Apps Script execution time limits.
Expected Times:
- Under 500 files: ~5 minutes
- 1,000 files: ~30 minutes to a few hours
- 10,000+ files: Several hours (runs in background)
The audit runs automatically in the background - you don't need to keep the sheet open.
Audit Stuck at "RUNNING"
Solution:
- Check Audit Status sheet for progress percentage
- Wait - large audits take time
- If truly stuck (no progress for 2+ hours), cancel and restart:
- Add-ons → DriveAuditr → Cancel Running Audit
- Then Run Audit Now to start fresh
Result Issues
Missing Files
If some files don't appear in the audit:
Possible Causes:
- You don't have access to those files
- Files are in trash
- Files are permanently deleted
- Permissions prevent viewing
Solution:
- DriveAuditr can only show files you can access
- Check if you can see the files in Google Drive directly
- Ask the owner to grant you access
Duplicate Rows
This is normal! Files with multiple permissions appear multiple times:
File A - john@example.com (viewer)
File A - anyone (reader)
Each row represents one permission. This is intentional for easy filtering.
Empty Permission Columns
Some files may show empty permission info:
Possible Causes:
- File has no explicit permissions (only owner)
- Permission information unavailable
- API limitations
Solution:
- Usually safe to ignore
- Check the file directly in Drive if concerned
Sheet Issues
Sheets Not Created
If audit sheets don't appear:
Solution:
- Check if sheets are hidden (right-click on sheet tabs)
- Look for sheets named exactly: "Drive Audit", "Audit Status", "Audit Summary"
- Try running the audit again
- Check Apps Script logs for errors
Cannot Edit Sheet
If the sheet is protected:
Solution:
- DriveAuditr should not protect sheets
- Right-click sheet tab → Remove protection
- If can't remove, you may not be the owner
Cancelling Audits
How to Cancel
If you need to stop a running audit:
- Add-ons → DriveAuditr → Cancel Running Audit
- Click "Yes" to confirm
- The audit stops immediately
- Results already written remain in the sheet
Can't Cancel
If cancel option is grayed out:
- There's no audit currently running
- The audit may have already completed
- Check Audit Status sheet
Error Messages
"Execution Error"
Solution:
- Check the error message in Audit Status sheet
- Look for specific details
- Common causes:
- Timeout (normal for large Drives)
- Network issues
- Google service disruption
- Try running again
"Service Unavailable"
Solution:
- Google Drive API may be temporarily down
- Wait 15-30 minutes
- Try again
- Check Google Workspace Status
Getting More Help
Check Logs
For technical details:
- Go to Extensions → Apps Script
- Click on Executions (clock icon)
- Review recent execution logs
- Look for error messages
Contact Support
If you can't resolve the issue:
- Email: driveauditr@terrydjony.com
- Include:
- Description of the problem
- Error message (if any)
- Screenshots
- Number of files in your Drive (approximate)
- Any relevant error messages
- Response time: 1-2 business days
Known Limitations
DriveAuditr cannot: ❌ Modify or delete files ❌ Change permissions ❌ Access files you can't see ❌ Process faster than Google's limits ❌ Recover deleted files
Best Practices
To avoid issues:
✅ Start with a small folder to test ✅ Ensure you have authorization before scheduling ✅ Monitor first audit to completion ✅ Keep Apps Script execution logs enabled ✅ Be patient with large Drives - they run in batches
Still Having Issues?
We're here to help! Contact us at driveauditr@terrydjony.com with:
- Clear description of the problem
- What you've already tried
- Screenshots if applicable
- Your Drive size (approximate file count)
We typically respond within 1-2 business days.