Dropbox Sync Library

GMan

Well-Known Member
Licensed User
Longtime User
No, that depends not on the IDE - its a "pure" permission problem
 

MaFu

Well-Known Member
Licensed User
Longtime User
If the file have NETWORK write permission, it sholdn't be a problem to set the FILE readonly attribute.
 

GMan

Well-Known Member
Licensed User
Longtime User
Thats right, but AFAIK he wrote about a company server where he didnt has full access to and cant change that, too.
Furthermore I can't get the file "value/string.xml" readonly permissions, it's on our companies fileserver, I didn't have permissions to change the permisssions. After compiling the files will be deleted.
 

Steini1980

Active Member
Licensed User
Longtime User
I'm using the NETWORK Permissions, the FILE attribute will be ignored on the Fileserver.
Furthermore there's no Attribute on Folder level, so it delete Folder and File while compiling.
 

Steini1980

Active Member
Licensed User
Longtime User
Hi Erel,

I have upgraded B4A to 3.80, now I can add ressources. But I got the following errors:

  • If I Add the Ressources Folder inside my Project Ressources Folder:
    G:\DATEN\Software\MDE\Objects\res\values

    I got the Error Message while compiling and the Folder will be deleted anyway:
    Generating R file. Error
    ERROR: resource directory 'G:\DATEN\Software\MDE\Objects\res\values' does not exist

  • If I Add the Ressources Folder outside my Project Folder:
    D:\AndroidApps\values

    The Compilers keeps the Folder untouched, but I got this Error:
    Generating R file. Error
    invalid resource directory name: D:\AndroidApps\values/strings.xml


 

GMan

Well-Known Member
Licensed User
Longtime User
Must they be set as READONLY ?

And did you have a look at the "\" "/" in
D:\AndroidApps\values/strings.xml
 

Steini1980

Active Member
Licensed User
Longtime User
On Network Volume G:\ the READONLY property will be ignored.

On Local Volume (outside Project folder), it adds "/strings.xml" automatically to the Path.
If used Project Property to add the following Path: #AdditionalRes: D:\AndroidApps\values
 

Steini1980

Active Member
Licensed User
Longtime User
Thanks, compiling is now possible.
If I open the Activity, I get now the following Error:

 

Steini1980

Active Member
Licensed User
Longtime User
Yes, I forgot to upgrade the dropbox-sync-sdk-android.jar file too.

After Upgrading I get next error:

First installation and usage of Dropbox Sync was so easy, I can't understand why does the upgrade makes so much trouble...
 

Steini1980

Active Member
Licensed User
Longtime User
Meanwhile I updated to B4A V3.80, copied the Projektsource to local HDD Volume (instead of Network ressource) and created the resourcefile as described, but I get the same error.

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…