我正在尝试将文件从本地系统上传到我的gmail GoogleDrive。我已经用我的gmail帐户创建了Google服务。当我尝试上传文件时,它显示它已成功上传,但在Google驱动器上看不到任何文件。access tokens using this method, or client not authorized for any of the scopes requested
public static
我正试图使用Google在Google中上传一个文件,但我不知道如何获得访问权限。我已经获得了OAuth2获得的令牌(我请求授予用户访问Google的权限并获得令牌)var DriveService = new Google.Apis.Drive.v3.DriveService();
//creazione del fileGoogle.