UnKnown Error
Rob
flash download file-download 2014-1-9 16:15:11
I’m currently thinking about building a in-browser download manager in flash. To make this a success it should be able (allowed) to do certain actions. I hope somebody knows if this basic functionality is possible, reliable and if there would be any expected problems developing it.As far as I can find in the documentation. I tried to give the ‘answer’ I assume.Is flash able to (if not maybe java)?-Set a download location per file (can?, with user interaction like button click) -Pause and Resume
Pops
android browser download apk 2014-1-8 4:00:19
Possible Duplicate:Activity has leaked window that was originally added My browser crashes when I try to download an APK file. I have tried to do this in two different ways:Calling:Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse(“http://myUrl/myFile.apk”)); startActivity(intent);Letting the user click on a link in an alertDialog like:String myUrl = “http://myUrl/myFile.apk”; final AlertDialog d = new AlertDialog.Builder(context) .setPositiveButton(“Dismiss”, listener).setCancelable(fals
beryllium
iphone objective-c download uibutton nsurlconnection 2014-1-7 20:18:07
i want to download file from web server and for that I need 1. send request for file path to web service method 2. receive this path on iphone side 3. now convert this path into NSURL 4. and finally send the request to web server for file download right now i am doing all above but user have to 1. GetURL button and then 2. Download button I want all this in one button click. I tried for this too but problem is: DownlloadButtonClick { [self getURL]; [self DownloadFile]; } getURL{ soa
John Saunders
c# .net exception download webclient 2014-1-5 15:04:01
I’m using a WebClient in C# to download a file. I’m using client.DownloadFileAsnyc(). In the past this worked fine, any exceptions would be caught and returned in the completion handler (AsyncCompletedEventArgs.Error)But now I’m finding that if I run out of space in the destination location during the download, the IOExcption is getting thrown and causing the app to crash. Does anyone know why this wouldn’t be caught and returned in the completion handler? Note: I’ve also tried putting the Do
tau-neutrino
php csv download internet-explorer 2014-1-4 14:14:16
I’m struggling with an odd error. I have a simple web app that grabs stuff from a DB then outputs it as a downloadable csv file. It works on firefox and chrome, but IE fails to recognize it as a csv file (thinking it is a html fle) and when I click save I get the error, “Unable to download {name of file} from {name of site}. Unable to open this internet site. …”Code: session_start();//some logic goes here… //generate csv header header(“Content-type: application/octet-stream”); header(“C
Terwanerik
iphone string user-interface download 2014-1-3 23:00:09
I am using stringWithcontentsofurl to download some strings from my web server to the App, but i would like to update the UI to show A loader of some kind. I am downloading a number of strings (it can be sometimes as much as 100) so it would be neat for the user to show something so they know the App isn’t crashing, because now the UI is stuck, i can’t show A UILoader or something like that. Is there an option to do so? Or maybe A alternative to stringWithcontentsofurl where this is possible?gre
Paul D. Waite
javascript html5 safari download 2014-1-2 13:21:06
I’m looking for a way to save large files (exactly 8 megabytes) in Safari. I have tried using both the URI scheme along with the eligreyFileSaver and the flash plugin Downloadify. All of these cause Safari to allocate memory until the web worker process reaches about 2 gigabytes and then Safari crashes.I realize there are questions like this one before, but I have tried everything those questions have resulted in. Links:Using HTML5/Javascript to generate and save a file Saving a file at client s
Trace
php file download content-type content-disposition 2013-12-27 21:05:44
I have this page that is supposed to be a download for a song. The download works in firefox for me but in chrome and safari nothing happens..here is my codepublic function download() {if (isset($this->request->get[‘order_download_id’])) {$order_download_id = $this->request->get[‘order_download_id’];} else {$order_download_id = 0;}$download_info = $this->db->query(“SELECT * FROM ” . DB_PREFIX . “order_download od LEFT JOIN `” . DB_PREFIX . “order` o ON (od.order_id = o.order_id
Jonathan Leffler
php codeigniter download 2013-12-27 13:17:34
I’m trying this:function send_sms() {$liveQuery = $this->db->get(‘liveList’);$counter = 0;foreach($liveQuery->result() as $row):$counter = $counter+1;echo(“Not hatin’, just iteratin’. Message ” . $counter);endforeach; }When liveList has 8000 records it runs just fine, but when I try with 9000 rows it generates a download of a blank, 0 KB, document. Anyone know why this happens?
hasan
ios caching download app-store nsurlconnection 2013-12-25 12:45:42
I have a live app on the apple store now. My app connect to my server to download videos and store them on the device for later use. My server went down yesterday causing my app to crash when trying to connect to the server (this is not my problem I will fix it in the next version to not let the app crash). I solved the server problem and it’s up and running now.The problem is with the users that already installed my app. The app is caching the old broken links! and still crashing. my first and
rufo
google-drive-sdk 2014-1-9 1:56:31
Similar to this question Google Drive API Files.List Query String in the sense that I would like to know all the syntax for the setQ method: FileList files = drive.files().list() .setQ(“trashed=true”) .setMaxResults(100) .execute();In particular I would like to get the files (not folders) from the query. To get folders this query works: request.Q = “mimeType=’application/vnd.google-apps.folder’ and trashed=false “I have tried different combinations, likerequest.Q = “not mimeType=’application/vnd
dda
android google-docs-api gdata-api google-drive-sdk 2014-1-3 0:12:24
import com.google.gdata.client.docs.DocsService; import com.google.gdata.util.AuthenticationException; import com.google.api.client.googleapis.*; import com.google.api.client.googleapis.auth.clientlogin.*; import com.google.api.client.googleapis.json.*; import com.google.api.client.http.*;import java.io.*;public class AccountFeedExample {public static void main(String[] args) throws IOException, AuthenticationException {DocsService service = new DocsService(“Document List Demo”);service.setUserC
bossylobster
python google-drive-sdk pyinstaller google-api-python-client 2014-1-1 9:33:35
I use google drive application wrote a desktop application using python and everything works fine. But when I use pyinstaller to output a .exe file and run that application. A problem occurs on these lines:if credentials is None or credentials.invalid:credentials = run(FLOW, storage)The authentication page shows and I allow its access. Unlike usual, there is no response after that and I found that the .exe program exits with no reason. Anyone met this problem before? If so, how to solve it?P.S.
dflorey
google-drive-sdk google-drive-realtime-api 2013-12-23 16:38:15
I try to close the realtime document properly when the user closes the browser window. But nevertheless the collaborators that closed the document still appear in the realtime model. For how long will disconnected sessions remain in the realtime model until they get cleaned up? I’ve some of them in there for several days.
Randrm
java android google google-drive-sdk google-drive 2013-12-22 4:30:43
So I am using the Google Drive QuickStart tutorial to help me understand the basics of interacting with Google Drive and the code works fine on a Samsung Ace 2 running Android 2.3.6 so I am able to upload files to my Google Drive space. My issue is when I run the same application on my Samsung SII running Android 4.2.2 it finds the account and allows me to create a new file for uploading but crashes on:startActivityForResult(e.getIntent(), REQUEST_AUTHORIZATION);LogCat gives me the following :
John Roberts
java android google google-drive-sdk google-drive 2013-12-21 19:05:56
I am trying to implement Stephen Wylie’s Google Drive example (here). Here is my code:package com.googledrive.googledriveapp; // For Google Drive / Play Services // Version 1.1 – Added new comments & removed dead code // Stephen Wylie – 10/20/2012 import java.io.IOException; import java.util.ArrayList;import android.accounts.Account; import android.accounts.AccountManager; import android.app.Activity; import android.app.ProgressDialog; import android.content.Context; import android.content.D
user2024062
google-drive-sdk 2013-12-17 12:54:28
When the below app is run on anoroid, i get message ‘unfortunately it has stopped’. i have generated the client ID for this package in API console.public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);System.out.println(“Getting Creditenal”);Intent intent = AccountPicker.newChooseAccountIntent(null, null, new String[]{“com.google”}, false, null, null, null, null);startActivityForResult(intent, CHOOSE_ACCOUNT);mContext = this;}@Overrideprotected void onActivityResu
bryanmac
iphone ios google-drive-sdk gdata-api google-api-objc-client 2013-12-15 16:48:47
I’ve been stuck with this problem for many days now.I’m using google’s objective-C SDK for getting user’s name and email to login into my app. I added the project and the classes to my project (because it didn’t compile) and when testing everything goes right.The problem is, when I compile for release and download the app directly into my iPad (iOS 5.1, it’s working ok on ipads with iOS 6.0.1), the app is crashing when create google’s login view controller.the log sais:Dyld Error Message: Symb
JoBe
google-drive-sdk google-api-dotnet-client 2013-12-4 0:30:02
I’ve tried creating a DriveService using service account acting on behalf of another user.I’ve copied this code from google documentation found here https://developers.google.com/drive/delegationstatic DriveService BuildService() {X509Certificate2 certificate = new X509Certificate2(SERVICE_ACCOUNT_PKCS12_FILE_PATH, “notasecret”, X509KeyStorageFlags.Exportable);var provider = new AssertionFlowClient(GoogleAuthenticationServer.Description, certificate){ServiceAccountId = SERVICE_ACCOUNT_EMAIL,Scop
user1429116
google-drive-sdk 2013-11-30 14:23:44
I was following exact the same steps as described in this article to test the dotnet app.https://developers.google.com/drive/examples/dotnetMy env is visual studio 2010 and IIS 7Everything was fine. The app deployment was successful and I could see the login screen and the “allow access” dialog. However once I granted access, I saw the following error.Can anyone help?Thanks, QiangServer Error in ‘/’ Application.Failed to find or load the registered .Net Framework Data Provider. Description: An
Randrm
java android google google-drive-sdk google-drive 2013-12-22 4:30:43
So I am using the Google Drive QuickStart tutorial to help me understand the basics of interacting with Google Drive and the code works fine on a Samsung Ace 2 running Android 2.3.6 so I am able to upload files to my Google Drive space. My issue is when I run the same application on my Samsung SII running Android 4.2.2 it finds the account and allows me to create a new file for uploading but crashes on:startActivityForResult(e.getIntent(), REQUEST_AUTHORIZATION);LogCat gives me the following :
John Roberts
java android google google-drive-sdk google-drive 2013-12-21 19:05:56
I am trying to implement Stephen Wylie’s Google Drive example (here). Here is my code:package com.googledrive.googledriveapp; // For Google Drive / Play Services // Version 1.1 – Added new comments & removed dead code // Stephen Wylie – 10/20/2012 import java.io.IOException; import java.util.ArrayList;import android.accounts.Account; import android.accounts.AccountManager; import android.app.Activity; import android.app.ProgressDialog; import android.content.Context; import android.content.D
Community
google-drive 2013-12-17 18:39:38
How do I import document into Google Docs? I don’t see an import option. Do I open the drive and drop it in? I am trying to follow these ACRA (Application Crash Report for Android) steps:Login to your Google Docs account Import the CrashReports-template.csv contained in the archive (acra-4.2.3/CrashReport/doc), with conversion enabled Open the imported document Rename it as you like In the Google Docs menu, click on Tools / Form / Create a formWhere is this Google Docs Menu tools/Form/Create
Clay Nichols
google google-drive google-documents 2013-12-17 18:36:13
A bug in Google Docs sync created a 16 GB duplicate folder on my desktop and when I deleted it it deleted the source fold (of which folder(1) was a duplicate).So now I want (hopefully!) to restore that from the Trash. BUT… when I got ot the trash it’s trying to list 100,000 files before it gets to Projects.Is there a way to quickly search for that Folder I deleted instead of waiting for Google Docs to crash my browser trying to load a list of 100,000 (16 GB worth) of files?
Iszi
windows-7 google-drive 2013-12-17 4:42:05
I’ve used Google Drive for awhile now, but it won’t start up after installing on my latest system re-build. I’m still using the same OS, hardware, and basic software load (antivirus, firewall, etc.) that I have for years during which I had not previously had problems with Drive.OS: Windows 7 Ultimate x64 Google Drive Version: 1.12.5329.1887Now, whenever I try to run Google Drive, it just spawns two instances of the executable which die shortly after. No error messages are posted to the desktop,
epo
osx parental-controls google-drive steam 2013-12-10 5:54:32
I am administering the laptops of 2 of a friends’s boys (13 and 15, so …). I have put Parental Controls in place but this is playing havoc with Google Drive and Steam, possibly also Minecraft but not sure yet.I have no answer for Google Drive at present, it can browse folders OK but on opening a doc the contents can be seen briefly then Safari crashes. Odd bits of voodoo I found to add exceptions to the web filtering do not seem to make any difference. Steam seems to have an unpublished set of
Fr.
google-drive 2013-12-10 1:25:20
Is there a list of compatibility issues?Has anyone any information on compatibility issues between Google Drive and other Mac software?I would like to use Google Drive for Google Docs support, though I find it disappointing right now. Google Drive has been so troublesome that I had to abandon it and use Dropbox only instead.My problems with Google Drive include:regular crashes losing all file and folder aliases (turned into blank files) several formats where the file might get erased, i.e. turne
András
nexus-4 google-drive 2013-12-9 9:49:57
This question already has an answer here:App <X> isnt working correctly. How can I fix it?1 answerI has happened 4 times now, I change some setting, delete the sheet open in the app from the PC, create a wrong function, and from then on, the Google Drive app crashes on start. I can not close the faulty document, so it keeps happening until I remove the application. You would think a restart of the phone should help, but it does not.Is there a setting somewhere that lets me open the list in
MPelletier
android token google-drive 2013-11-15 0:17:52
After a few long days, where I looked at almost all solutions in this area I give up. I try to use the Googgle drive but already in teh simplest code it fails. the code:static String accountName = “[email protected]”; //my personal google account for trial purposes @Override public void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState); setContentView(R.layout.sync);syncbutton = (ImageButton) findViewById(R.id.syncButton);syncbutton.setOnClickListener(new OnClickListener
monsur
php google-api google-drive-sdk google-drive google-api-php-client 2013-11-14 8:04:21
I followed THIS TUTORIAL to upload a file on Google Drive with php, directly from a REMOTE SERVER: so I create new API Project from Google API Console, enable Drive API and Drive SDK services, request OAuth Client ID and Client Secret, and write them in a script, then upload it together with Google APIs Client Library for PHP folder to http://www.MYSERVER.com/script1.php, to retrieve Auth code:<?phprequire_once ‘google-api-php-client/src/Google_Client.php’; require_once ‘google-api-php-client