English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 05 March 2016, 20:26   #1
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Dropbox handler and AmigaOS 3.x

Here are some pics of Dropbox handler for AmigaOS3.x
Attached Thumbnails
Click image for larger version

Name:	Dropbox.jpg
Views:	417
Size:	85.0 KB
ID:	47762   Click image for larger version

Name:	Dropbox-pic.jpg
Views:	264
Size:	7.0 KB
ID:	47763  
Sir_Lucas is offline  
Old 05 March 2016, 20:47   #2
SnkBitten
Amithlon Fanatic
 
SnkBitten's Avatar
 
Join Date: Aug 2015
Location: Lexington, SC / US
Posts: 781
Sweet
SnkBitten is offline  
Old 06 March 2016, 00:57   #3
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Quote:
Originally Posted by SnkBitten View Post
Sweet
Yet another Dropbox handler picture. Testing under AmigaOS3.1 - A1200, Roadshow and PCMCIA WPA2/AES card.
Attached Thumbnails
Click image for larger version

Name:	Dropbox-AmigaOS.jpg
Views:	321
Size:	77.2 KB
ID:	47769  
Sir_Lucas is offline  
Old 06 March 2016, 04:44   #4
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,337
Where do I get it?
idrougge is online now  
Old 06 March 2016, 10:31   #5
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Quote:
Originally Posted by idrougge View Post
Where do I get it?
You cannot get it now. It's being beta tested heavily now.
I'm sure the author will announce the release date soon. Just like he did with Google Drive handler.
Sir_Lucas is offline  
Old 08 March 2016, 01:01   #6
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
I'm just gonna leave this one here:
http://distrita.com/google-drive-handler/
Sir_Lucas is offline  
Old 08 March 2016, 10:09   #7
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,346
Sweet!
Daedalus is offline  
Old 09 April 2016, 01:46   #8
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
[ Show youtube player ]
Sir_Lucas is offline  
Old 10 April 2016, 10:28   #9
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Dropbox and Google Drive handlers available for download.
Sir_Lucas is offline  
Old 10 April 2016, 16:35   #10
Magic
Registered User
 
Join Date: Aug 2007
Location: USA
Posts: 360
Very Nice!
Magic is offline  
Old 10 April 2016, 22:23   #11
tolkien
AmigaMan
 
tolkien's Avatar
 
Join Date: Oct 2012
Location: Castro Urdiales/Spain
Posts: 761
Great! I have registered to give support and cos I really use It.
Thanks!
tolkien is offline  
Old 10 April 2016, 22:59   #12
SnkBitten
Amithlon Fanatic
 
SnkBitten's Avatar
 
Join Date: Aug 2015
Location: Lexington, SC / US
Posts: 781
Works great. Awesome job, thanks!
SnkBitten is offline  
Old 11 April 2016, 22:43   #13
cmsj
Registered User
 
cmsj's Avatar
 
Join Date: Feb 2016
Location: London / UK
Posts: 166
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)
cmsj is offline  
Old 12 April 2016, 17:32   #14
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,337
Consider using "Setenv dbox_remount=TRUE" instead of putting things in T:. You never know when T: is emptied.
idrougge is online now  
Old 12 April 2016, 17:42   #15
cmsj
Registered User
 
cmsj's Avatar
 
Join Date: Feb 2016
Location: London / UK
Posts: 166
Good point, thanks
cmsj is offline  
Old 05 May 2016, 09:30   #16
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
Can any of these work with A500+ 68000?
Starglider 2 is offline  
Old 06 May 2016, 12:39   #17
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Quote:
Originally Posted by Starglider 2 View Post
Can any of these work with A500+ 68000?
I'm afraid the minimum is 020. However, you can try running it anyway.
I'm curious of the result myself.

Here's an info from the docs:
Quote:
REQUIREMENTS

Internet connection, and for 68k based Amigas: 68020 28MHz, and 8M fast RAM.
http://aminet.net/package/comm/tcp/AmigaCloudHandlers
Sir_Lucas is offline  
Old 16 March 2024, 04:51   #18
klx300r
Registered User
 
klx300r's Avatar
 
Join Date: Oct 2007
Location: Toronto, Canada
Posts: 1,598
Question

followed the install instructions below;

3. If you want to use Dropbox, visit the following site with a modern browser: http://bit.ly/2Db5Ueh and copy the given client code into Devs:Cloud/dropbox_client_code (Please note: Every time when you ask new client code, you must delete Devs:Cloud/dropbox_access_token if it's exist!)


BUT getting "failed first time login....code has expired after last hour" error on my 1200?

Update: got it working after confirming the confirmation email from DropBox :-)

Last edited by klx300r; 16 March 2024 at 16:47.
klx300r is offline  
Old 16 March 2024, 12:15   #19
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,604
My A500-ACA500Plus is faster than an A1200, but a compiler setting make the binaries unusable.

I wonder where this 68020 minimum comes from. If it's a compiler setting, please consider making a 68k build.
Photon is offline  
Old 18 March 2024, 18:36   #20
npagonis73
Registered User
 
npagonis73's Avatar
 
Join Date: Sep 2019
Location: Corfu / Greece
Posts: 410
Quote:
Originally Posted by klx300r View Post
followed the install instructions below;

3. If you want to use Dropbox, visit the following site with a modern browser: http://bit.ly/2Db5Ueh and copy the given client code into Devs:Cloud/dropbox_client_code (Please note: Every time when you ask new client code, you must delete Devs:Cloud/dropbox_access_token if it's exist!)


BUT getting "failed first time login....code has expired after last hour" error on my 1200?

Update: got it working after confirming the confirmation email from DropBox :-)
Tried it just now. Got the same error as you did. Don't now what to do next. Haven't received any email from DBOX.

Any ideas??

Last edited by npagonis73; 21 March 2024 at 18:51.
npagonis73 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 02:44.

Top

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