Skip to content

Tag: google-api

Google Drive API: How to create a file in appDataFolder?

I’m reading this documenation: https://developers.google.com/drive/api/v3/appdata This is my code: I get a 403 error: “The user does not have sufficient permissions for this file.” Does not the user have permission to create a file in his appDataFolder? How to create a file in it? The scope …