English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 19 March 2024, 01:32   #21
klx300r
Registered User
 
klx300r's Avatar
 
Join Date: Oct 2007
Location: ManCave, Canada
Posts: 1,615
@ npagonis73

did you check your spam folder? you should get a confirmation email from DropBox to check that it's actually the owner requesting the client code.


also make sure you have the keyfile in the same folder too.
klx300r is offline  
Old 18 May 2024, 02:32   #22
klx300r
Registered User
 
klx300r's Avatar
 
Join Date: Oct 2007
Location: ManCave, Canada
Posts: 1,615
Question

Quote:
Originally Posted by cmsj View Post
Potentially useful scripts for folk who need to shutdown/restart the handlers, e.g. in WHDLoad-Startup and WHDLoad-Cleanup:

Note that this uses the Unmount command from http://aminet.net/package/util/arc/ObjArc14usr

To unmount the Dropbox handler and store a flag file in T: if it should be remounted later:
Code:
C:Info DBOX: >T:dbox_info.out
C:Search >NIL: T:dbox_info.out "Mounted"
IF NOT WARN
  C:Echo "Unmounting Dropbox..."
  C:Unmount DBOX:
  C:Assign DBOX: DISMOUNT
  C:Echo "YES" >T:dbox_remount
ENDIF
C:Delete >NIL: T:dbox_info.out
To remount the Dropbox handler if it was previously unmounted by the above script:

Code:
FAILAT 21
C:Mount >NIL: DBOX: from DEVS:Cloud/cloud.mountlist
FAILAT 20

IF EXISTS T:dbox_remount
  C:Echo "Remounting Dropbox..."
  FAILAT 21
  C:List >NIL: DBOX:lol
  FAILAT 20
  C:Delete >NIL: T:dbox_remount
ENDIF
(To adapt them for the Google Drive handler should just be a case of replacing occurances of "dbox" with "google", but I haven't tested it because I don't use Google Drive)
c:unmount is giving me ‘unknown’ command in OS3.2.2.1 ?
klx300r is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmigaOS 3.x and Google Drive handler Sir_Lucas support.Apps 60 26 November 2020 11:06
Dropbox on a 68k Amiga TenLeftFingers Amiga scene 15 18 July 2015 17:03
Running WinUAE entirely from within Dropbox? oRBIT support.WinUAE 3 07 April 2015 20:32
Dropbox: the easy way themamboman support.WinUAE 3 22 January 2015 13:34
AmigaOS 3.9 BB ROM Update Error & Ram-Handler Not Updating 44.24 crazyegg support.Apps 23 10 November 2010 21:03

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:10.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.12261 seconds with 14 queries