Click here to Skip to main content
15,900,258 members
Everything / Drive

Drive

drive

Great Reads

by ToughDev
In order to facilitate transferring files from my main PC to my VirtualBox machine running MS-DOS 6.22, I installed Microsoft
by ToughDev
How to use NFS to transfer files between Windows and MS-DOS 6.22
by ToughDev
Ultimate 68K Macintosh emulator
by DataBytzAI
How to ensure there is sufficient disk-space for SQL backup before you run a backup!

Latest Articles

by ToughDev
How to use NFS to transfer files between Windows and MS-DOS 6.22
by ToughDev
In order to facilitate transferring files from my main PC to my VirtualBox machine running MS-DOS 6.22, I installed Microsoft
by ToughDev
Ultimate 68K Macintosh emulator
by ToughDev
How to integrate FatFs FAT filesystem module with CH375/CH376 USB controller

All Articles

Sort by Score

Drive 

17 Dec 2019 by Maciej Los
Start here: Google Drive API  |  Google Developers[^]. There you'll find the examples also.
2 Jul 2021 by Patrice T
Quote: I read somewhere that optimizing an SSD drive was harmful to it. Do you know if this is correct? In fact, first question is "what is optimization with SSD ?". Optimization is initially related to HD. With HD, what downgrade performance is...
17 Sep 2015 by Richard Deeming
Your code is running on the server. It is accessing folders on the server, not on the client.It might appear to work when you debug locally, but that's just because the server and client are the same machine in that specific instance.Code running on the server cannot access files on the...
2 Jul 2021 by OriginalGriff
If you mean defragging it, then long-term yes it does. SSD "wears out" as you write to, it and defragging moves data around to make it simpler for rotating disks to access without extra seek operations. SSD's don't have seeks - no heads to move...
2 Jul 2021 by Dave Kreskowiak
Uhhh... only if you want to deplete the spare block pool. SSDs have spares because the blocks that make up the capacity of an SSD can only be written so many times before they fail. So, if you're going to "optimize" an SSD, you're going to be...
24 Jul 2015 by PoonamAswani
1. Following is the callback method to be called from createPicker method in Javascriptfunction onPickerAction(data) { if (data.action === google.picker.Action.PICKED) { var id = data.docs[0].id; var doc...
18 May 2016 by ZurdoDev
As mentioned in the comments, if you found an article on this site (there are millions of them) then go to the bottom of the article and post a question. The author will be notified of your question.Otherwise, you'll need to post all the relevant code and show us where you are stuck. ...
8 Jun 2016 by MarshalS
i want to create a user privileged exe that detect the formatting of USB device and inform that the device is starts formatting and when it completed it shows a message formatting is completed.What I have tried:created a c++ console application with the below example code.but it need...
8 Jun 2016 by MarshalS
I got the solution#include "stdafx.h"#include #include #include #include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ while(true) { WIN32_FIND_DATA data; HANDLE h = FindFirstFile(L"D:\\*.*",&data); \\ Specify the...
16 Jun 2016 by MiteshMachhi
I want to load my slider of image which image comes from google drive or one drive. i used below code for google drive but it returns all the files and i want to get from specific folder.GoogleConnect.ClientId = "xxxxxx";GoogleConnect.ClientSecret = "xxxxxx";GoogleConnect.RedirectUri =...
16 Jun 2016 by El_Codero
excellent tutorial here:http://www.daimto.com/google-drive-api-c/[^]
16 Jun 2016 by Ehsan Skardu
try thisPrivate Sub GetFileList(ParentFolder As String) Authorize() 'Take care of authorization... you could use JS to ask the user and get the Auth Token 'MSO - 20130423 - Search the Google Drive File with the specified foldername 'Create the search request Dim...
18 Jan 2018 by David_Wimbley
I can't imagine google not having any results to help you learn how to download files from google drive...from what I found the first page should yield plenty of help, even one link is from codeproject. How to download file from google drive c - Google Search[^] How to download a file from...
4 Jun 2018 by OriginalGriff
This is not a question - it's on the verge of being spam, especially when you post it twice... Consider adding it as a Tip instead, or as an Article if you add a lot more detail as to how it works: Submit a new Article[^] I'll delete this so you don't get loads of down votes and rude comments.
1 Aug 2018 by OriginalGriff
This is not a development question, and we are not free PC support engineers. If you have a backup of your system - and you should - then restore it. If you don't, then make one, so you stand a chance of retrieving any data if you need to do drastic things. At a guess, your DVD player has...
15 Jan 2020 by Sonhospa
Hello Everybody, As a part of a tool I list the drives that are available on several workstations, including a number of properties. Since in my particular case it's accessing remote workstations over the network, I'm using WMI (a ManagementObjectCollection), but my question would as well arise...
15 Jan 2020 by Dave Kreskowiak
The problem is not trying to wake up the drive. You have to wake up Windows. Try checking out the technique in Wake the PC from standby or hibernation[^].
18 Dec 2020 by Member 14078822
I am new in VB. We have a situation in which PC is on Domain but there is local account created on PC through which any user can login. I need user to click a button on a form and user need to put their credentials (user name and password) and...
2 Jul 2021 by Slow Eddie
I read somewhere that optimizing an SSD drive was harmful to it. Do you know if this is correct? It is a 10TB Raid5 NAS. Please let mo know if you do. What I have tried: Nothing yet. I am in the process of searching the web, as I feel you...
7 May 2023 by ToughDev
In order to facilitate transferring files from my main PC to my VirtualBox machine running MS-DOS 6.22, I installed Microsoft
7 May 2023 by ToughDev
How to use NFS to transfer files between Windows and MS-DOS 6.22
7 May 2023 by ToughDev
Ultimate 68K Macintosh emulator
31 May 2016 by DataBytzAI
How to ensure there is sufficient disk-space for SQL backup before you run a backup!
3 May 2023 by ToughDev
How to integrate FatFs FAT filesystem module with CH375/CH376 USB controller
17 Sep 2015 by ZurdoDev
I'll bet the error tells you exactly what the problem is. However, you said it is using the network account. That account won't have permissions to create files on the drive. Either grant the account the proper permissions or change the account to one that does have sufficient permissions.
23 Jul 2015 by PoonamAswani
I have built an application which authenticates user and allows to select files from his google drive. I have the downloadUrl in javascript for selected file. But I want to upload this file to my application server.Can someone please help me get the code for moving selected file from client...
17 Sep 2015 by Member 10449741
Good MorningI am doing a project where the user is allowed to upload/download a file to sql stream.This works perfectly when testing it locally but when i uploads it and have an IIS, it seems to not work. I assumed it is a permission issue.I am unable to solve it.I even tried to...
18 May 2016 by pradnyajag
HiI have a trial version of Aspose.Words Cloud.Now I am trying to use this api with third party Storage i.e google drive.I followed the steps given in the documentation on your site. But is not working for me.Can someone pls help me.What I have tried:I am able to get things...
18 Jan 2018 by vijay_bale
I am going to upload one text file or excel file or XML file( which is easy to read) to google drive. I want to read the information stored in that file from drive with c# code, with out downloading that file . Is that possible? If yes how to do that? What I have tried: I googled for...
1 Aug 2018 by Member 13934628
I completed a defrag and disk clean up of the C: drive on my computer. My computer will not play a CD or DVD when loaded in the D: drive. I get the following message "Unable to load the string table [D:/Viewer-common/String Table.properties]. I have no previous restore versions on my computer....
17 Dec 2019 by jayesh_suthar
I am working in C# window application project that required to upload a file in google drive. It is working using nuget package but the requirement is to upload file without using nuget it should be done with simple rest api. What I have tried: My requirement is to be done through rest api...
29 May 2022 by Member 4077188
Dear Folks, Could you please help in getting to download google form response to a local path folder using scripts or any other medium Thank you very much in advance regards Ashok kendole What I have tried: Could you please help in...