Re: File/Folder Sync API?

2016-12-29 Thread Alexander Joseph
Thanks for the awesome resources! Yes, those are what I'm looking for. It
would be nice to have something more secure than dropbox though. Something
like Tresorit or Sync.com would be ideal, not sure if anything like that
exists for django dev or if those have APIs though. Thanks again

On Thu, Dec 29, 2016 at 1:17 AM, Luis Zárate  wrote:

> Are you looking for something like webdav
>
> https://github.com/meteozond/djangodav
> http://django-webdav-storage.readthedocs.io/en/latest/
>
> or something like dinamic dropbox storage
>
> https://github.com/andres-torres-marroquin/django-dropbox
>
>
> 2016-12-28 12:15 GMT-06:00 Alexander Joseph 
> :
>
>> I'm building a collection of apps that write custom .docx and .xlsx
>> files, and store them to a users account. These files need to be in a
>> specific hierarchy and each user will have their own files/folders they can
>> view and edit. It would really be great if I could allow each user to sync
>> their files/folders to their local hard drives so they can view, print,
>> etc. them outside of the web app. Does anyone know of a good API for doing
>> this? I know SugarSync has an API but they charge their users something
>> like $7/mo for their cheapest subscription. I'd like to make my apps free
>> if at all possible. Thanks
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/57b50b62-6bce-4197-8414-2afd5be7943b%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> "La utopía sirve para caminar" Fernando Birri
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/django-users/WIUhKVPnnbQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAG%2B5VyP-F47D7wXOy2uR4H9ctgBJaa3tMMi2mS
> FF1z9XwbCeSQ%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best Regards,

Alexander Joseph

The contents of this email message and any attachments are intended solely
for the addressee(s) and may contain confidential and/or privileged
information and may be legally protected from disclosure. If you are not
the intended recipient of this message or their agent, or if this message
has been addressed to you in error, please immediately alert the sender by
reply email and then delete this message and any attachments. If you are
not the intended recipient, you are hereby notified that any use,
dissemination, copying, or storage of this message or its attachments is
strictly prohibited

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGJrYjbMqa1RWYHfQtuqDaB-txOp%3DT2jmnXfYeGCRz66zoSHLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: File/Folder Sync API?

2016-12-29 Thread Luis Zárate
Are you looking for something like webdav

https://github.com/meteozond/djangodav
http://django-webdav-storage.readthedocs.io/en/latest/

or something like dinamic dropbox storage

https://github.com/andres-torres-marroquin/django-dropbox


2016-12-28 12:15 GMT-06:00 Alexander Joseph :

> I'm building a collection of apps that write custom .docx and .xlsx files,
> and store them to a users account. These files need to be in a specific
> hierarchy and each user will have their own files/folders they can view and
> edit. It would really be great if I could allow each user to sync their
> files/folders to their local hard drives so they can view, print, etc. them
> outside of the web app. Does anyone know of a good API for doing this? I
> know SugarSync has an API but they charge their users something like $7/mo
> for their cheapest subscription. I'd like to make my apps free if at all
> possible. Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/57b50b62-6bce-4197-8414-2afd5be7943b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
"La utopía sirve para caminar" Fernando Birri

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG%2B5VyP-F47D7wXOy2uR4H9ctgBJaa3tMMi2mSFF1z9XwbCeSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


File/Folder Sync API?

2016-12-28 Thread Alexander Joseph
I'm building a collection of apps that write custom .docx and .xlsx files, 
and store them to a users account. These files need to be in a specific 
hierarchy and each user will have their own files/folders they can view and 
edit. It would really be great if I could allow each user to sync their 
files/folders to their local hard drives so they can view, print, etc. them 
outside of the web app. Does anyone know of a good API for doing this? I 
know SugarSync has an API but they charge their users something like $7/mo 
for their cheapest subscription. I'd like to make my apps free if at all 
possible. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/57b50b62-6bce-4197-8414-2afd5be7943b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.