2023 2024 Student Forum > Management Forum > Main Forum

 
  #1  
27th November 2017, 10:56 AM
Unregistered
Guest
 
How To Install NDRIVE

Hii sir, I Wants to know the Series of Steps for Installing the N Drive will you Please provide It ?
Similar Threads
Thread
NDRIVE PC Software
How To Install Grsecurity Ubuntu
MBA lion clean install
Window AC Install
  #2  
27th November 2017, 11:33 AM
Super Moderator
 
Join Date: Aug 2012
Re: How To Install NDRIVE

Ndrive is a python library that can provide an access to Naver Ndrive. This is not an official Ndrive python API, so some features may not be implemented, yet.

Features
Download and upload a file
Get file and directory list of Ndrive directories
Make a url share link for a specific directory or file
Search Ndrive file and directory
Get properties of file and directory

Installation of N Drive

Installation
This package is available in PyPI. To install it in your system, use easy_install:

$ easy_install ndrive
Or use pip:

$ pip install ndrive
Or check out developement version:

$ git clone git://github.com/carpedm20/ndrive.git
Quick Start
If you want to start with Ndrive module, you need to login to Ndrive first. Just make a Ndrive object and use login method.

Login:

nd = Ndrive()
nd.login(YOUR_ID,YOUR_PASSWORD)
Then you might want to download a file from your Ndrive, but you might dont know exact filename in Ndrive directory. Then, you can use getList method to get list of files and directory of given directory.

Dont forget to put / in front of the Ndrive path, which indicate root directory of Ndrive

Get file and directory List:

nd_list = nd.getList(/, type=3)
print nd_list

You can make a test directory at root directory:

nd.makeDirectory(/test)
and move a file from root to a created test directory:

nd.doMove(/flower.png,/test/flower.png)


Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 05:53 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4