Questions tagged as 'google-drive'

0
answers

WebView on AlertDialog

Good morning everyone: I am trying to place a WebView in an AlertDialog which I want to show a shared Google Drive Document, of which I know its public URL. When I indicate a URL (eg google.com), the WebView is displayed correctly, but when I...
asked by 06.06.2017 / 17:18
0
answers

How to declare a FragmentActivity in an IntentService?

My current problem is that I need to use the Google Drive API in an IntentService, but my problem is that one of its fundamental classes or methods for its use can not be implemented, because it has a FragmentActivity value. And I can not think...
asked by 28.04.2017 / 00:18
1
answer

Google Drive picker does not load

Yesterday there were intermittences with the Drive Picker API, I found a post that suggested changing the path of the script but both do not work, when wanting to invoke the picker it does not load <script type="text/javascript" src="https:...
asked by 07.04.2017 / 19:53
1
answer

How to prevent me from launching an error when trying to create a folder on google drive?

What happens is that I want to create a folder in google drive my perfect code, the problem that when using it and I do not know if it is because it does not have a good Internet connection or it is the google services that have not yet linked t...
asked by 31.03.2017 / 23:59
0
answers

How to upload from an Android directory to Google Drive?

These days I had a problem is this: I want to send a file that is in a path of the SD card, but I do not know how to achieve it. Please know help.     
asked by 12.11.2016 / 15:24
3
answers

Instruction DriveApp.searchfiles

In Google App Script I am doing an algorithm that consists in searching a file in the google drive and recording its URL for future use. To find the file I use the following sequence of instructions: var files = DriveApp.searchFiles('title con...
asked by 13.09.2017 / 02:17
1
answer

How to use or access a file found on Google Drive?

I want to know if it is possible to use a file that is in the cloud as if it were in the memory of the link style device, that this file that is in the cloud can be accessed through the link that will be created in the memory, but only opening o...
asked by 05.01.2017 / 20:07
1
answer

File shared using Google Drive API access is restricted

I am using the Google drive API so that users can share their files but when they upload it and the file they try to open, access is restricted and access must be requested. How to upload the public URL to open the read-only file.     
asked by 31.05.2018 / 21:23