Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

el_santo's avatar
el_santo
Explorer | Level 4
7 years ago

Daten meiner App per API oder Dropbox-Ordner auf meinem Handy syncen?

Liebe Community, erst einmal ein freundliche HALLO.   Mich würde interessieren auf welchem Weg ich am besten die Daten einer von mir entwickelten App (Android aber Windows und iOS sollen folgen) m...
  • Greg-DB's avatar
    7 years ago

    1. Die Dropbox-API Version 1 wurde eingestellt und nicht mehr verwendet. Daher kann sie nicht mehr verwendet werden. Dropbox API v2 ist der Ersatz, und es bietet auch die Möglichkeit, Dateien über die Kommunikation mit den Dropbox-API-Servern programmatisch hochzuladen und herunterzuladen. Wir haben verschiedene offizielle SDKs für Dropbox API v2, die Sie verwenden können.

     

    2. Dropbox bietet keine Möglichkeit, direkt mit lokalen Dateien in den Dropbox Mobile Apps zu interagieren, aber ich werde dies als Feature-Anfrage weiterleiten.

     

    Unglücklicherweise gibt es auf Mobilgeräten nicht unbedingt eine Möglichkeit, Dropbox automatisch für Sie synchronisieren zu lassen. Daher ist es die beste Lösung, die API zum Hochladen und Herunterladen von Dateien bei Bedarf im Code Ihrer App zu verwenden.

    ---

    Bitte entschuldigen Sie unsere Übersetzungen. Unsere Übersetzungen wurden mit einem Online-Übersetzer erstellt. Wir würden gerne jede Sprache unterstützen, aber dafür sind wir derzeit nicht gerüstet. Hier ist die englische Version:

    ---

    Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:

    --- 

    1. Dropbox API v1 has been deprecated and retired, so it can no longer be used. Dropbox API v2 is the replacement, and it also offers the ability to upload and download files programmatically, by communicating with the Dropbox API servers. We have various official SDKs for Dropbox API v2 that you can use. 

     

    2. Dropbox doesn't offer a way to directly interact with local files in the Dropbox mobile apps, but I'll pass this along as a feature request. 

     

    Unfortunately there isn't exactly a way on mobile to have Dropbox automatically handle the syncing for you, so the best solution is to use the API to upload and download files on demand as necessary in your app's code.