My app uses the Dropbox API which by default limits my app to its own folder located in the user's Dropbox "Apps" folder.
In contrast, when my app uses the Google Drive API it has access to the entire contents of the user's drive.
Is there a way to configure the Google Drive API to allow my app access only to a particular folder? (similar to the Dropbox approach)
Added info: the https://www.googleapis.com/auth/drive.appdata approach creates a hidden folder used by the app. In my case the user needs to see and access the files uploaded and downloaded by the app.