Dropbox Supported? Iphone > Iphone4 Supported?

Post Reply
User avatar
GeorgeMcGinn
Posts: 435
Joined: Sat Sep 10, 2016 6:37 am
My devices: IPad Pro 10.5in
IMac
Linux i386
Windows 7 & 10
Location: Venice, FL
Flag: United States of America
Contact:

Dropbox Supported? Iphone > Iphone4 Supported?

Post by GeorgeMcGinn »

Hi

In ther AppleDelegate.m file, this code exists:
// settings for Dropbox connection (currently not supported)
#define DB_APP_KEY @""
#define DB_APP_SECRET @""
#define DB_ROOT @""

But in the SDK you also include the DropBox SDK.

Is it the connections not supported, these 3 particular variables, or Dropbox?

Also, you have this in Russian:
// после успешного входа в dropbox
// повторяем нажатие кнопки для осуществления операции переключения на dropbox
[self.viewController tabBar:self.viewController.operationTabBar didSelectItem:self.viewController.dropboxTab];
return YES;

The translation says: "After successful login, dropbox
Repeat pressing the button for the operation switch on dropbox"

Is the Dropbox commands in the SB Code the only thing needed to use Dropbox?

I guess I'm confused where you are not setting the 3 variables used by Dropbox, yet the Russian translation implies Dropbox is supported.

I'm coding for use of Dropbox to allow my user to be able to download files or a file where my app uses to update an existing file.

Also in the BASIC folder, in the Application-Prefix.ch file, two questions:
1. #import <Availability.h> - this file is missing from the SDK. Does it come from Xcode, like the UIKit file and the Foundation/ file?
2. I notice the message about iPhone support only goes to iPhone 4. Is that still the case?


I want to make sure I don't need these (Sometimes I'm too literal with my technical issues, but this is how I worked and learned during my 44-year career, and those who do not know the answers will learn as well)!

Thanks a lot.

George.
George McGinn
Computer Scientist/Cosmologist/Writer/Photographer
Member: IEEE, IEEE Computer Society
IEEE Sensors Council & IoT Technical Community
American Association for the Advancement of Science (AAAS)

User avatar
Mr. Kibernetik
Site Admin
Posts: 4782
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Dropbox Supported? Iphone > Iphone4 Supported?

Post by Mr. Kibernetik »

These variables left from full version of smart BASIC. The SDK is a reduced version of it.
Contents of Application-Prefix.ch and other system files is maintained by Xcode.

User avatar
GeorgeMcGinn
Posts: 435
Joined: Sat Sep 10, 2016 6:37 am
My devices: IPad Pro 10.5in
IMac
Linux i386
Windows 7 & 10
Location: Venice, FL
Flag: United States of America
Contact:

Re: Dropbox Supported? Iphone > Iphone4 Supported?

Post by GeorgeMcGinn »

Great,

I looked at the other files when I did some work on my iMac, so then in a day or two I hope to be simulating either downloading a file from Dropbox and/or reading records from it (I haven't checked yet if that's possible, but in any case, I have the perfect app I wrote (just for me right now) I used to calculate the temperature of a black hole, if it theoretically is not spinning. Has lots of numbers, text so I can see how the translations of them goes. (The non-spinning black hole is actually called the Schwarzschild and Reissner-Nordstrom solutions to Eisenstein's equation).

I also write programs before my PC crapped out for the physicist, astronomers and cosmologists, and I am now ready if they ask again (and I can actually now deliver them an app instead of a program).

Thanks for you help.

George.

Mr. Kibernetik wrote:These variables left from full version of smart BASIC. The SDK is a reduced version of it.
Contents of Application-Prefix.ch and other system files is maintained by Xcode.
George McGinn
Computer Scientist/Cosmologist/Writer/Photographer
Member: IEEE, IEEE Computer Society
IEEE Sensors Council & IoT Technical Community
American Association for the Advancement of Science (AAAS)

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: Dropbox Supported? Iphone > Iphone4 Supported?

Post by rbytes »

I am interested in this discussion. Mr. K, as you are aware. I just posted a suggestion for improvement today regarding writing to and reading from Dropbox with the smart Basic app. Is this allowed in the SDK? If so, wouldn't that make it pretty simple to provide the feature within the app?

Thanks.
The only thing that gets me down is gravity...

User avatar
Mr. Kibernetik
Site Admin
Posts: 4782
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Dropbox Supported? Iphone > Iphone4 Supported?

Post by Mr. Kibernetik »

ricardobytes wrote:I am interested in this discussion. Mr. K, as you are aware. I just posted a suggestion for improvement today regarding writing to and reading from Dropbox with the smart Basic app. Is this allowed in the SDK? If so, wouldn't that make it pretty simple to provide the feature within the app?

Thanks.
No, SDK has no extra features.

Post Reply