So I was following this for trying out file transferring from folder to folder using Google Drive API. Then I hit a snag:
Insufficient Permission: Request had insufficient authentication scopes.
It seems that the scopes I defined were not the right ones: /drive.appdata & /drive.file. I wanted to try the /drive one, but that needs verification. Is there a way to bypass verification so I can test moving files without needing my app to be verified? Or is there another way to move files around in Google Drive without resorting to having your app verified? The account I am using for testing is disposable anyway.
