我試圖使用Google Drive API將Google工作表設置爲「發佈到Web」模式,以便我可以將其嵌入到我的網站中。 在我的PHP使用驅動器API: - // Get the API client and construct the service object.
$client = getClient();
$service = new Google_Service_Sheets($c
我想要得到的圖片的URL在谷歌存在的驅動,並顯示它在形式,我試試這個方法,但總是在沒有 這裏是我的代碼 .....
CreateService()
Dim tab() As String = fichier.Split(".")
Dim list = Service.Files.List()
list.Q = "trashed=false"
list.Fi
我想要與指定用戶共享Google雲端硬盤中存在的文件。該文件不公開。 首先,我想在WebBrowser控件中顯示一個文件。 其次,我希望當我將某個網址分享給其他用戶時,他們可以在其Google雲端硬盤中顯示該文件。 這是我的代碼,我已經可以做第一步,但對於第二步,我不知道我該怎麼做。 Public Sub A(fichier As String)
CreateService()
Dim
藉助Google Drive for VB.Net,我設法獲得了與其他人的可共享鏈接,但是當該人嘗試打開文件或將鏈接放入地址欄時,出現錯誤發生「授權要求」。 這裏是我的代碼: Dim list = Service.Files.List()
Dim count = list.Execute()
For Each fich In count.Items
If (fic
我試圖使用查詢在Google雲端硬盤應用程序文件夾中獲得IDriveResource,但我在使用類型轉換時遇到了問題。 這裏是我到目前爲止的代碼: using (IDriveFolder appFolder = DriveClass.DriveApi.GetAppFolder(googleApiClient))
using (QueryClass query = new QueryClass.B